Skip to content

Commit b8e2851

Browse files
authored
Merge pull request #2555 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch master)
2 parents f21438e + e60f0f4 commit b8e2851

25 files changed

+32
-32
lines changed

docs/debugger/debug-using-the-just-in-time-debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,6 @@ static void Main(string[] args)
171171

172172
## See Also
173173
[Debugger Security](../debugger/debugger-security.md)
174-
[Debugger Basics](../debugger/debugger-basics.md)
174+
[Debugger Basics](../debugger/getting-started-with-the-debugger.md)
175175
[Just-In-Time, Debugging, Options Dialog Box](../debugger/just-in-time-debugging-options-dialog-box.md)
176176
[Security Warning: Attaching to a process owned by an untrusted user can be dangerous. If the following information looks suspicious or you are unsure, do not attach to this process](../debugger/security-warning-attaching-to-a-process-owned-by-an-untrusted-user.md)

docs/debugger/debugger-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ The ability to debug another process gives you extremely broad powers that you w
7575

7676
## See Also
7777
[Debugger Settings and Preparation](../debugger/debugger-settings-and-preparation.md)
78-
[Debugger Basics](../debugger/debugger-basics.md)
78+
[Debugger Basics](../debugger/getting-started-with-the-debugger.md)
7979
[Security Warning: Attaching to a process owned by an untrusted user can be dangerous. If the following information looks suspicious or you are unsure, do not attach to this process](../debugger/security-warning-attaching-to-a-process-owned-by-an-untrusted-user.md)
8080
[Security Warning: Debugger Must Execute Untrusted Command](../debugger/security-warning-debugger-must-execute-untrusted-command.md)

docs/debugger/debugger-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ You can open most debugger windows while you are debugging your program. To see
4545

4646
## See Also
4747

48-
[Debugger Basics](../debugger/debugger-basics.md)
48+
[Debugger Basics](../debugger/getting-started-with-the-debugger.md)

docs/debugger/debugging-basics-registers-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ The **Registers** window is available only if address-level debugging is enabled
4646

4747
## See Also
4848
[How to: Use the Registers Window](../debugger/how-to-use-the-registers-window.md)
49-
[Debugger Basics](../debugger/debugger-basics.md)
49+
[Debugger Basics](../debugger/getting-started-with-the-debugger.md)

docs/debugger/debugging-managed-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.workload:
2121
---
2222
# Debugging Managed Code
2323

24-
This section covers common debugging problems and techniques for managed applications, or applications written in languages that target the common language runtime, such as Visual Basic, C#, and C++. The techniques described here are high-level techniques. For more information, see [Using the Debugger](../debugger/debugger-basics.md).
24+
This section covers common debugging problems and techniques for managed applications, or applications written in languages that target the common language runtime, such as Visual Basic, C#, and C++. The techniques described here are high-level techniques. For more information, see [Using the Debugger](../debugger/getting-started-with-the-debugger.md).
2525

2626
## In This Section
2727

docs/debugger/debugging-native-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ms.workload:
2424
- "cplusplus"
2525
---
2626
# Debugging Native Code
27-
The section covers some common debugging problems and techniques for native applications. The techniques covered in this section are high-level techniques. For the mechanics of using the Visual Studio debugger, see [Debugger Roadmap](../debugger/debugger-basics.md).
27+
The section covers some common debugging problems and techniques for native applications. The techniques covered in this section are high-level techniques. For the mechanics of using the Visual Studio debugger, see [Debugger Roadmap](../debugger/getting-started-with-the-debugger.md).
2828

2929
## In This Section
3030
[How to: Debug Optimized Code](../debugger/how-to-debug-optimized-code.md)

docs/debugger/debugging-preparation-visual-cpp-project-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This section describes how to debug the basic project types created by the [!INC
6767

6868
2. On the **Debug** menu, choose **Start**.
6969

70-
3. Debug using the techniques discussed in [Debugger Basics](../debugger/debugger-basics.md).
70+
3. Debug using the techniques discussed in [Debugger Basics](../debugger/getting-started-with-the-debugger.md).
7171

7272
### <a name="BKMK_To_manually_set_a_Debug_configuration"></a> To manually set a Debug configuration
7373

@@ -105,7 +105,7 @@ This section describes how to debug the basic project types created by the [!INC
105105
[In this topic](../debugger/debugging-preparation-visual-cpp-project-types.md#BKMK_In_this_topic)
106106

107107
## See Also
108-
[Debugger Basics](../debugger/debugger-basics.md)
108+
[Debugger Basics](../debugger/getting-started-with-the-debugger.md)
109109
[Project Settings for a C++ Debug Configuration](../debugger/project-settings-for-a-cpp-debug-configuration.md)
110110
[Attaching to a Running Program or Multiple Programs](../debugger/attach-to-running-processes-with-the-visual-studio-debugger.md)
111111
[Debug and Release Configurations](../debugger/how-to-set-debug-and-release-configurations.md)

docs/debugger/debugging-preparation-windows-forms-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The Windows Forms project template creates a Windows Forms application. Debuggin
5757

5858
3. On the **Debug** menu, click **Start**.
5959

60-
4. Debug using the techniques discussed in [Debugger Basics](../debugger/debugger-basics.md).
60+
4. Debug using the techniques discussed in [Debugger Basics](../debugger/getting-started-with-the-debugger.md).
6161

6262
## See Also
6363
[Debugging Managed Code](../debugger/debugging-managed-code.md)

docs/debugger/debugging-web-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ This section explains how to debug several types of Web applications.
3535
## See Also
3636
[Debugging Web Applications and Script](../debugger/debugging-web-applications-and-script.md)
3737
[Debugger Settings and Preparation](../debugger/debugger-settings-and-preparation.md)
38-
[Debugger Basics](../debugger/debugger-basics.md)
38+
[Debugger Basics](../debugger/getting-started-with-the-debugger.md)
3939
[Debugging in Visual Studio](../debugger/index.md)
4040
[Debugger Feature Tour](../debugger/debugger-feature-tour.md)

docs/debugger/edit-and-continue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Edit and Continue is a time-saving feature that enables you to make changes to y
4343
## See Also
4444
[Debugger Security](../debugger/debugger-security.md)
4545
[Edit and Continue, Debugging, Options Dialog Box](http://msdn.microsoft.com/Library/009d225f-ef65-463f-a146-e4c518f86103)
46-
[Debugger Basics](../debugger/debugger-basics.md)
46+
[Debugger Basics](../debugger/getting-started-with-the-debugger.md)

docs/debugger/how-to-restore-hidden-debugger-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ When you set up Visual Studio, you are asked to choose a set of default IDE sett
7070

7171
## See Also
7272
[Debugger Security](../debugger/debugger-security.md)
73-
[Debugger Basics](../debugger/debugger-basics.md)
73+
[Debugger Basics](../debugger/getting-started-with-the-debugger.md)

docs/debugger/just-in-time-debugging-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ You can take steps to prevent the Just-in-Time Debugger dialog box from appearin
4444
In IIS Manager, right-click the server node and choose **Switch to Features View**. Under the ASP.NET section, choose **.NET Compilation** and then make sure you choose **False** as the Debug behavior (the steps are different in older versions of IIS).
4545

4646
## See Also
47-
[Debugger Basics](../debugger/debugger-basics.md)
47+
[Debugger Basics](../debugger/getting-started-with-the-debugger.md)

docs/debugger/managing-exceptions-with-the-debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ To add conditional exceptions, choose the **Edit condition** icon in the Excepti
191191
[How to: Examine System Code After an Exception](../debugger/how-to-examine-system-code-after-an-exception.md)
192192
[How to: Use Native Run-Time Checks](../debugger/how-to-use-native-run-time-checks.md)
193193
[Using Run-Time Checks Without the C Run-Time Library](../debugger/using-run-time-checks-without-the-c-run-time-library.md)
194-
[Debugger Basics](../debugger/debugger-basics.md)
194+
[Debugger Basics](../debugger/getting-started-with-the-debugger.md)

docs/debugger/using-the-parallel-stacks-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The **Parallel Stacks** window is useful when you are debugging multithreaded ap
112112
## See Also
113113
[Get Started Debugging a Multithreaded Aplication](../debugger/get-started-debugging-multithreaded-apps.md)
114114
[Walkthrough: Debugging a Parallel Application](../debugger/walkthrough-debugging-a-parallel-application.md)
115-
[Debugger Basics](../debugger/debugger-basics.md)
115+
[Debugger Basics](../debugger/getting-started-with-the-debugger.md)
116116
[Debugging Managed Code](../debugger/debugging-managed-code.md)
117117
[Parallel Programming](/dotnet/standard/parallel-programming/index)
118118
[Using the Tasks Window](../debugger/using-the-tasks-window.md)

docs/debugger/using-the-tasks-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The **Switch to Task** command makes the current task the active task. The **Swi
9090

9191
## See also
9292

93-
- [Debugger Basics](../debugger/debugger-basics.md)
93+
- [Debugger Basics](../debugger/getting-started-with-the-debugger.md)
9494
- [Debugging Managed Code](../debugger/debugging-managed-code.md)
9595
- [Parallel Programming](/dotnet/standard/parallel-programming/index)
9696
- [Concurrency Runtime](/cpp/parallel/concrt/concurrency-runtime)

docs/debugger/viewing-data-in-the-debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ The [!INCLUDE[vsprvs](../code-quality/includes/vsprvs_md.md)] debugger provides
3232
Visualizers enable you to view the contents of an object or variable in a meaningful way. In the Visual Studio debugger, a visualizer refers to the different windows that you can open using the magnifying glass icon ![VisualizerIcon](../debugger/media/dbg-tips-visualizer-icon.png "Visualizer icon"). For example, you can use the HTML visualizer to view an HTML string as it would be interpreted and displayed in a browser. You can access visualizers from DataTips, the **Watch** window, the **Autos** window, the **Locals** window, or the **QuickWatch** dialog box. For more information, see [Create custom visualizers](../debugger/create-custom-visualizers-of-data.md).
3333

3434
## See Also
35-
[Debugger Basics](../debugger/debugger-basics.md)
35+
[Debugger Basics](../debugger/getting-started-with-the-debugger.md)
3636
[Command Window](../ide/reference/command-window.md)
3737
[Debugger Security](../debugger/debugger-security.md)

docs/debugger/walkthrough-debugging-a-parallel-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ This walkthrough shows how to use the **Parallel Tasks** and **Parallel Stacks**
292292

293293
## See Also
294294
[Debugging Multithreaded Applications](../debugger/walkthrough-debugging-a-parallel-application.md)
295-
[Debugger Basics](../debugger/debugger-basics.md)
295+
[Debugger Basics](../debugger/getting-started-with-the-debugger.md)
296296
[Debugging Managed Code](../debugger/debugging-managed-code.md)
297297
[Parallel Programming](/dotnet/standard/parallel-programming/index)
298298
[Concurrency Runtime](/cpp/parallel/concrt/concurrency-runtime)

docs/debugger/walkthrough-debugging-at-design-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ It can be helpful to debug code behind from the XAML designer in some declarativ
9797

9898
## See Also
9999
[Debugger Security](../debugger/debugger-security.md)
100-
[Debugger Basics](../debugger/debugger-basics.md)
100+
[Debugger Basics](../debugger/getting-started-with-the-debugger.md)

docs/ide/reference/immediate-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ You cannot use design time expression evaluation in project types that require s
123123
- [Navigating through Code with the Debugger](../../debugger/navigating-through-code-with-the-debugger.md)
124124
- [Command Window](../../ide/reference/command-window.md)
125125
- [Debugging in Visual Studio](../../debugger/debugging-in-visual-studio.md)
126-
- [Debugger Basics](../../debugger/debugger-basics.md)
126+
- [Debugger Basics](../../debugger/getting-started-with-the-debugger.md)
127127
- [Walkthrough: Debugging at Design Time](../../debugger/walkthrough-debugging-at-design-time.md)
128128
- [Visual Studio Command Aliases](../../ide/reference/visual-studio-command-aliases.md)
129129
- [Using Regular Expressions in Visual Studio](../../ide/using-regular-expressions-in-visual-studio.md)

docs/ide/step-2-run-your-program.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ When you created a new solution, you actually built a program that runs. It does
5050
- Choose the **X** button in the upper corner of the **Form1** window.
5151

5252
> [!NOTE]
53-
> When you run your program from inside the IDE, it's called debugging because you typically do it to locate and fix bugs (errors) in the program. Although this program is small and doesn't really do anything yet, it's still a real program. You follow the same procedure to run and debug other programs. To learn more about debugging, see [Debugger basics](../debugger/debugger-basics.md).
53+
> When you run your program from inside the IDE, it's called debugging because you typically do it to locate and fix bugs (errors) in the program. Although this program is small and doesn't really do anything yet, it's still a real program. You follow the same procedure to run and debug other programs. To learn more about debugging, see [Debugger basics](../debugger/getting-started-with-the-debugger.md).
5454
5555
## To continue or review
5656

docs/xml-tools/debugger-user-interface-xslt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ For more information, see [How to: Evaluate an XPath expression](../xml-tools/ho
9696
## See also
9797

9898
- [Debugging XSLT](../xml-tools/debugging-xslt.md)
99-
- [Debugger basics](../debugger/debugger-basics.md)
99+
- [Debugger basics](../debugger/getting-started-with-the-debugger.md)
100100
- [Inspect variables in the autos and locals windows in Visual Studio](../debugger/autos-and-locals-windows.md)

docs/xml-tools/how-to-start-debugging-xslt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ namespace ConsoleApplication
8888
## See also
8989

9090
- [Walkthrough: Debug an XSLT style sheet](../xml-tools/walkthrough-debug-an-xslt-style-sheet.md)
91-
- [Debugger basics](../debugger/debugger-basics.md)
91+
- [Debugger basics](../debugger/getting-started-with-the-debugger.md)

mac/extending-visual-studio-mac.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This section looks at the different files generated by the Add-in Maker and the
3333

3434
Extension packages store metadata about their name, version, dependencies, and other information in C# attributes. The Add-in Maker creates two files, `AddinInfo.cs` and `AssemblyInfo.cs` to store and organize this information. Extension packages must have a unique id and namespace specified in their *Addin attribute*:
3535

36-
```
36+
```csharp
3737
[assembly:Addin (
3838
"DateInserter",
3939
Namespace = "DateInserter",
@@ -65,7 +65,7 @@ Command Extensions are extensions that point to methods that are called every ti
6565

6666
Command Extensions are defined by adding entries to the `/MonoDevelop/Ide/Commands` extension point. We defined our extension in `Manifest.addin.xml` with the following code:
6767

68-
```
68+
```xml
6969
<Extension path="/MonoDevelop/Ide/Commands/Edit">
7070
<command id="DateInserter.DateInserterCommands.InsertDate"
7171
_label="Insert Date"
@@ -85,7 +85,7 @@ The extension node contains a path attribute that specifies the extension point
8585

8686
A CommandItem extension that plugs into the `/MonoDevelop/Ide/MainMenu/Edit` extension point is demonstrated in the following code snippet:
8787

88-
```
88+
```xml
8989
<Extension path="/MonoDevelop/Ide/MainMenu/Edit">
9090
<commanditem id="DateInserter.DateInserterCommands.InsertDate" />
9191
</Extension>
@@ -97,7 +97,7 @@ A CommandItem places a Command specified in its id attribute into a menu. This C
9797

9898
The `InsertDateHandler` is an extension of the `CommandHandler` class. It overrides two methods, `Update` and `Run`. The `Update` method is queried whenever a Command is shown in a menu or executed via key bindings. By changing the info object, you can disable the Command or make it invisible, populate array commands, and more. This `Update` method disables the command if it can't find an active *Document* with a *TextEditor* to insert text into:
9999

100-
```
100+
```csharp
101101
protected override void Update (CommandInfo info)
102102
{
103103
info.Enabled = IdeApp.Workbench.ActiveDocument?.Editor != null;
@@ -106,7 +106,7 @@ protected override void Update (CommandInfo info)
106106

107107
You only need to override the `Update` method when you have special logic for enabling or hiding the Command. The `Run` method executes whenever a user executes a Command, which in this case occurs when a user selects the Command from the Edit Menu. This method inserts the date and time at the caret in the text editor:
108108

109-
```
109+
```csharp
110110
protected override void Run ()
111111
{
112112
var editor = IdeApp.Workbench.ActiveDocument.Editor;
@@ -117,7 +117,7 @@ protected override void Run ()
117117

118118
Declare the Command type as an enumeration member within `DateInserterCommands`:
119119

120-
```
120+
```csharp
121121
public enum DateInserterCommands
122122
{
123123
InsertDate,

mac/refactoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The extract method refactoring operation allows you to create a new method by ex
6161

6262
1. Add the following code:
6363

64-
```
64+
```csharp
6565
class MainClass
6666
{
6767

subscriptions/assign-license.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For groups of users, you can assign subscriptions to them one at a time, or use
1919

2020
## Individual assignments
2121

22-
Here's how to assign a Visual Studio subscriptions license to to a new user so that they can access the subscription benefits.
22+
Here's how to assign a Visual Studio subscription license to a new user so that they can access the subscription benefits.
2323

2424
1. Sign in to the [administrator portal](https://manage.visualstudio.com).
2525

@@ -88,4 +88,4 @@ Here's how to assign a Visual Studio subscriptions license to to a new user so t
8888

8989
When the upload is successful, you'll see the list of subscribers and a confirmation message.
9090

91-
![Confirmation message if the upload of multiple subscribers succeeds](media\bulk-add-template-success.png)
91+
![Confirmation message if the upload of multiple subscribers succeeds](media\bulk-add-template-success.png)

0 commit comments

Comments
 (0)