Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 60ba9d8

Browse files
committed
Added titleSuffix while updating includes
1 parent aed70ab commit 60ba9d8

18 files changed

Lines changed: 169 additions & 102 deletions
Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,46 @@
11
---
2-
title: "Edit a Breakpoint Location"
3-
ms.custom: ""
4-
ms.date: "03/14/2017"
2+
title: Edit a Breakpoint Location
3+
titleSuffix: T-SQL debugger
54
ms.prod: sql
65
ms.prod_service: "sql-tools"
76
ms.technology: scripting
8-
ms.reviewer: ""
97
ms.topic: conceptual
108
helpviewer_keywords:
119
- "Transact-SQL debugger, breakpoint location"
1210
ms.assetid: 5c28e411-0377-4210-a7ce-2a5c13dcdf74
1311
author: markingmyname
1412
ms.author: maghan
13+
ms.reviewer: ""
14+
ms.custom: ""
15+
ms.date: 12/04/2019
1516
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
1617
---
18+
1719
# Edit a Breakpoint Location
18-
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
19-
The breakpoint location specifies the line and character where the breakpoint resides in a [!INCLUDE[tsql](../../includes/tsql-md.md)] script file. You can edit the breakpoint location to move the breakpoint to another location in the script, or to a different script.
20-
21-
## Editing a Location
22-
When you edit a breakpoint location, the breakpoint moves to the new location, carrying with it all of the existing properties, such as a hit count or condition.
23-
24-
#### To Edit a Breakpoint Location
25-
26-
1. In the editor window, right-click the breakpoint glyph, and then click **Location** on the shortcut menu.
20+
21+
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)]
22+
23+
The breakpoint location specifies the line and character where the breakpoint resides in a [!INCLUDE[tsql](../../includes/tsql-md.md)] script file. You can edit the breakpoint location to move the breakpoint to another location in the script, or to a different script.
24+
25+
## Editing a Location
26+
27+
When you edit a breakpoint location, the breakpoint moves to the new location, carrying with it all of the existing properties, such as a hit count or condition.
28+
29+
#### To Edit a Breakpoint Location
30+
31+
1. In the editor window, right-click the breakpoint glyph, and then click **Location** on the shortcut menu.
2732

2833
-or-
2934

3035
In the **Breakpoints** window, right-click the breakpoint glyph, and then click **Location** on the shortcut menu.
3136

32-
2. In the **File Breakpoint** dialog box, edit **File** to specify a new file, **Line** to specify a new line, or **Character** to specify a new location within the line. If the new file you specify is already open in a query editor window, the breakpoint is moved to that editor window. If the file is not opened, a new editor window is opened, the file is loaded in, and the breakpoint moved to the new location.
37+
2. In the **File Breakpoint** dialog box, edit **File** to specify a new file, **Line** to specify a new line, or **Character** to specify a new location within the line. If the new file you specify is already open in a query editor window, the breakpoint is moved to that editor window. If the file is not opened, a new editor window is opened, the file is loaded in, and the breakpoint moved to the new location.
3338

3439
The **Allow the source code to be different from the original version** option has no effect when debugging [!INCLUDE[tsql](../../includes/tsql-md.md)].
3540

36-
## See Also
37-
[Specify a Hit Count](../../relational-databases/scripting/specify-a-hit-count.md)
38-
[Specify a Breakpoint Action](../../relational-databases/scripting/specify-a-breakpoint-action.md)
39-
[Specify a Breakpoint Condition](../../relational-databases/scripting/specify-a-breakpoint-condition.md)
40-
[Specify a Breakpoint Filter](../../relational-databases/scripting/specify-a-breakpoint-filter.md)
41+
## See Also
42+
43+
- [Specify a Hit Count](../../relational-databases/scripting/specify-a-hit-count.md)
44+
- [Specify a Breakpoint Action](../../relational-databases/scripting/specify-a-breakpoint-action.md)
45+
- [Specify a Breakpoint Condition](../../relational-databases/scripting/specify-a-breakpoint-condition.md)
46+
- [Specify a Breakpoint Filter](../../relational-databases/scripting/specify-a-breakpoint-filter.md)

docs/ssms/scripting/enable-disable-and-delete-breakpoints.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
---
2-
title: "Enable, Disable, and Delete Breakpoints"
3-
ms.custom: ""
4-
ms.date: "03/01/2017"
2+
title: Enable, Disable, and Delete Breakpoints
3+
titleSuffix: T-SQL debugger
54
ms.prod: sql
65
ms.prod_service: "sql-tools"
76
ms.technology: scripting
8-
ms.reviewer: ""
97
ms.topic: conceptual
108
ms.assetid: 357b5874-273f-43a9-8e30-83872bdea5dc
119
author: markingmyname
1210
ms.author: maghan
11+
ms.reviewer: ""
12+
ms.custom: ""
13+
ms.date: 12/04/2019
1314
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
1415
---
16+
1517
# Enable, Disable, and Delete Breakpoints
16-
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
17-
To view and manage all the open breakpoints, you can use the **Breakpoints** window. Use the window to view breakpoint information and to take actions such as deleting, disabling, or enabling breakpoints.
18+
19+
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)]
20+
21+
To view and manage all the open breakpoints, you can use the **Breakpoints** window. Use the window to view breakpoint information and to take actions such as deleting, disabling, or enabling breakpoints.
22+
23+
[!INCLUDE[ssms-old-versions](../../includes/ssms-old-versions.md)]
1824

1925
## The Breakpoints Window
2026
The **Breakpoints** window lists information such as which line of code the breakpoint is located on. In the **Breakpoints** window, you can also delete, disable, and enable breakpoints. For more information about the **Breakpoints** window, see [Breakpoints Window](../../relational-databases/scripting/transact-sql-debugger-breakpoints-window.md)

docs/ssms/scripting/specify-a-breakpoint-action.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,34 @@
11
---
2-
title: "Specify a Breakpoint Action"
3-
ms.custom: ""
4-
ms.date: "03/14/2017"
2+
title: Specify a Breakpoint Action
3+
titleSuffix: T-SQL debugger
54
ms.prod: sql
65
ms.technology: scripting
7-
ms.reviewer: ""
86
ms.topic: conceptual
97
helpviewer_keywords:
108
- "Transact-SQL debugger, breakpoint action"
119
- "Transact-SQL debugger, breakpoint when hit action"
1210
ms.assetid: f97f0097-6f51-40c1-b2e0-294a93ce1e1b
1311
author: markingmyname
1412
ms.author: maghan
13+
ms.reviewer: ""
14+
ms.custom: ""
15+
ms.date: 12/04/2019
1516
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
1617
---
18+
1719
# Specify a Breakpoint Action
18-
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
19-
A breakpoint **When Hit** action specifies a custom task that the [!INCLUDE[tsql](../../includes/tsql-md.md)] debugger performs for a breakpoint. If the specified hit count is reached and any specified breakpoint condition is satisfied, the debugger performs the action specified for the breakpoint.
20-
21-
## <a name="BKMK_ActionConsiderations"></a> Action Considerations
22-
The default action for a breakpoint is to break execution when both the hit count and breakpoint condition have been satisfied. The primary use of a **When Hit** action in the [!INCLUDE[tsql](../../includes/tsql-md.md)] debugger is to instead print information to the debugger **Output** window by specifying a print message.
23-
24-
A print message is specified in the **Print a Message** option, and is specified as a text string that includes expressions containing information from the [!INCLUDE[tsql](../../includes/tsql-md.md)] being debugged. Expressions include:
20+
21+
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)]
22+
23+
A breakpoint **When Hit** action specifies a custom task that the [!INCLUDE[tsql](../../includes/tsql-md.md)] debugger performs for a breakpoint. If the specified hit count is reached and any specified breakpoint condition is satisfied, the debugger performs the action specified for the breakpoint.
24+
25+
[!INCLUDE[ssms-old-versions](../../includes/ssms-old-versions.md)]
26+
27+
## <a name="BKMK_ActionConsiderations"></a> Action Considerations
28+
29+
The default action for a breakpoint is to break execution when both the hit count and breakpoint condition have been satisfied. The primary use of a **When Hit** action in the [!INCLUDE[tsql](../../includes/tsql-md.md)] debugger is to instead print information to the debugger **Output** window by specifying a print message.
30+
31+
A print message is specified in the **Print a Message** option, and is specified as a text string that includes expressions containing information from the [!INCLUDE[tsql](../../includes/tsql-md.md)] being debugged. Expressions include:
2532

2633
- A [!INCLUDE[tsql](../../includes/tsql-md.md)] expression contained in curly braces ({}). The expressions can include [!INCLUDE[tsql](../../includes/tsql-md.md)] variables, parameters, and built-in functions. Examples include {@MyVariable}, {@NameParameter}, {@@SPID}, or {SERVERPROPERTY('ProcessID')}.
2734

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,50 @@
11
---
2-
title: "Specify a Breakpoint Condition"
3-
ms.custom: ""
4-
ms.date: "03/14/2017"
2+
title: Specify a Breakpoint Condition
3+
titleSuffix: T-SQL debugger
54
ms.prod: sql
65
ms.technology: scripting
7-
ms.reviewer: ""
86
ms.topic: conceptual
97
helpviewer_keywords:
108
- "Transact-SQL debugger, breakpoint conditions"
119
ms.assetid: b43d8a2b-99a3-4fb7-8848-99c042ea7ef7
1210
author: markingmyname
1311
ms.author: maghan
12+
ms.custom: ""
13+
ms.reviewer: ""
14+
ms.date: 12/04/2019
1415
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
1516
---
17+
1618
# Specify a Breakpoint Condition
17-
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
18-
A breakpoint condition is a [!INCLUDE[tsql](../../includes/tsql-md.md)] expression that is evaluated by the debugger when the breakpoint is reached. If the condition is satisfied and any specified hit count reached, the debugger either breaks or performs the action specified for the breakpoint.
19-
20-
## Specifying Conditions
21-
The expression specified must be a valid Transact-SQL expression that evaluates to a Boolean value. For more information, see [Expressions &#40;Transact-SQL&#41;](../../t-sql/language-elements/expressions-transact-sql.md).
19+
20+
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)]
21+
22+
A breakpoint condition is a [!INCLUDE[tsql](../../includes/tsql-md.md)] expression that is evaluated by the debugger when the breakpoint is reached. If the condition is satisfied and any specified hit count reached, the debugger either breaks or performs the action specified for the breakpoint.
23+
24+
[!INCLUDE[ssms-old-versions](../../includes/ssms-old-versions.md)]
25+
26+
## Specifying Conditions
27+
28+
The expression specified must be a valid Transact-SQL expression that evaluates to a Boolean value. For more information, see [Expressions &#40;Transact-SQL&#41;](../../t-sql/language-elements/expressions-transact-sql.md).
2229

2330
If you specify a breakpoint condition with invalid syntax, a warning message appears immediately. If you specify a condition with valid syntax but invalid semantics, a warning message is displayed the first time the breakpoint is hit. In either case, the debugger breaks execution when the invalid breakpoint is hit.
2431

25-
#### To Specify a Condition
32+
#### To Specify a Condition
2633

27-
1. In the editor window, right-click the breakpoint glyph, and then click **Condition** on the shortcut menu.
34+
1. In the editor window, right-click the breakpoint glyph, and then click **Condition** on the shortcut menu.
2835

2936
-or-
3037

3138
In the **Breakpoints** window, right-click the breakpoint glyph, and then click **Condition** on the shortcut menu.
3239

33-
2. In the **Breakpoint Condition** dialog box, enter a valid Boolean expression in the **Condition** box.
40+
2. In the **Breakpoint Condition** dialog box, enter a valid Boolean expression in the **Condition** box.
3441

35-
3. Choose **Is true** if you want to break when the expression evaluates to **true**, or choose **Has changed** if you want to break when the value of the expression has changed.
42+
3. Choose **Is true** if you want to break when the expression evaluates to **true**, or choose **Has changed** if you want to break when the value of the expression has changed.
3643

3744
> [!NOTE]
3845
> The debugger does not evaluate the Boolean expression until the first time the breakpoint is reached. If you choose **Has changed**, the debugger does not consider the first evaluation to be a change, so the debugger will not break on the first evaluation.
3946
40-
## See Also
41-
[Specify a Hit Count](../../relational-databases/scripting/specify-a-hit-count.md)
42-
[Specify a Breakpoint Action](../../relational-databases/scripting/specify-a-breakpoint-action.md)
47+
## See Also
48+
49+
- [Specify a Hit Count](../../relational-databases/scripting/specify-a-hit-count.md)
50+
- [Specify a Breakpoint Action](../../relational-databases/scripting/specify-a-breakpoint-action.md)

docs/ssms/scripting/specify-a-breakpoint-filter.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
11
---
22
title: "Specify a Breakpoint Filter"
3-
ms.custom: ""
4-
ms.date: "03/14/2017"
3+
titleSuffix: T-SQL debugger
54
ms.prod: sql
65
ms.technology: scripting
7-
ms.reviewer: ""
86
ms.topic: conceptual
97
helpviewer_keywords:
108
- "Transact-SQL debugger, breakpoint filter"
119
ms.assetid: 7bf1dddd-7b0b-4c47-8a7b-28a5569b4fa5
1210
author: markingmyname
1311
ms.author: maghan
12+
ms.reviewer: ""
13+
ms.custom: ""
14+
ms.date: 12/04/2019
1415
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
1516
---
17+
1618
# Specify a Breakpoint Filter
17-
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
18-
A breakpoint filter limits the breakpoint to acting only on specified computers, operating system processes, and threads. Breakpoint filters are typically used when debugging parallel applications.
19-
20-
## <a name="BKMK_ActionConsiderations"></a> Filter Considerations
21-
Breakpoint filters are not typically used with the [!INCLUDE[tsql](../../includes/tsql-md.md)] debugger because [!INCLUDE[tsql](../../includes/tsql-md.md)] scripts and stored procedures are not parallel applications.
19+
20+
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)]
21+
22+
A breakpoint filter limits the breakpoint to acting only on specified computers, operating system processes, and threads. Breakpoint filters are typically used when debugging parallel applications.
23+
24+
[!INCLUDE[ssms-old-versions](../../includes/ssms-old-versions.md)]
25+
26+
## <a name="BKMK_ActionConsiderations"></a> Filter Considerations
27+
28+
Breakpoint filters are not typically used with the [!INCLUDE[tsql](../../includes/tsql-md.md)] debugger because [!INCLUDE[tsql](../../includes/tsql-md.md)] scripts and stored procedures are not parallel applications.
2229

2330
#### To Specify a Breakpoint Filter
2431

docs/ssms/scripting/specify-a-hit-count.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
title: "Specify a Hit Count"
3-
ms.custom: ""
4-
ms.date: "03/14/2017"
2+
title: Specify a Hit Count
3+
titleSuffix: T-SQL debugger
54
ms.prod: sql
65
ms.technology: scripting
7-
ms.reviewer: ""
86
ms.topic: conceptual
97
f1_keywords:
108
- "vs.debug.breakpt.hitcount"
@@ -13,13 +11,22 @@ helpviewer_keywords:
1311
ms.assetid: 24836939-94ed-4e57-aa85-5d6938d859e4
1412
author: markingmyname
1513
ms.author: maghan
14+
ms.reviewer: ""
15+
ms.custom: ""
16+
ms.date: 12/04/2019
1617
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
1718
---
19+
1820
# Specify a Hit Count
19-
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
20-
A breakpoint hit count is a counter that is incremented by the [!INCLUDE[tsql](../../includes/tsql-md.md)] debugger each time the breakpoint is reached. If the specified hit count is reached and any specified breakpoint condition is satisfied, the debugger performs the action specified for the breakpoint.
21-
22-
## Hit Count Considerations
21+
22+
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)]
23+
24+
A breakpoint hit count is a counter that is incremented by the [!INCLUDE[tsql](../../includes/tsql-md.md)] debugger each time the breakpoint is reached. If the specified hit count is reached and any specified breakpoint condition is satisfied, the debugger performs the action specified for the breakpoint.
25+
26+
[!INCLUDE[ssms-old-versions](../../includes/ssms-old-versions.md)]
27+
28+
## Hit Count Considerations
29+
2330
By default, execution breaks every time a breakpoint is hit. You can choose between the following options:
2431

2532
- Break always (the default).

0 commit comments

Comments
 (0)