Skip to content

Commit e60f0f4

Browse files
authored
Merge pull request #1267 from nschonni/debugger-basic-links
chore: Re-write debugger/debugger-basics.md links
2 parents 10c8ba0 + 09494b2 commit e60f0f4

22 files changed

+23
-23
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)

0 commit comments

Comments
 (0)