Skip to content

Commit 4732387

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/visualstudio-docs-pr into visual-studio-editor
2 parents 8c10a31 + 20dc9ae commit 4732387

File tree

50 files changed

+57
-57
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+57
-57
lines changed

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20684,7 +20684,7 @@
2068420684
},
2068520685
{
2068620686
"source_path": "docs/debugger/specify-command-line-arguments.md",
20687-
"redirect_url": "../../visualstudio/debugger/project-settings-for-a-cpp-debug-configuration",
20687+
"redirect_url": "/visualstudio/debugger/project-settings-for-a-cpp-debug-configuration",
2068820688
"redirect_document_id": false
2068920689
}
2069020690
]

docs/debugger/assertions-in-managed-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,4 @@ You can set assertions in your program configuration file as well as in your cod
272272
- [Tracing and Instrumenting Applications](/dotnet/framework/debug-trace-profile/tracing-and-instrumenting-applications)
273273
- [How to: Compile Conditionally with Trace and Debug](/dotnet/framework/debug-trace-profile/how-to-compile-conditionally-with-trace-and-debug)
274274
- [Managed debugging: Recommended project settings](../debugger/managed-debugging-recommended-property-settings.md)
275-
- [Debugging Managed Code](../debugger/debugging-managed-code.md)
275+
- [Debugging Managed Code](/visualstudio/debugger/)

docs/debugger/com-server-and-container-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ To access the *Project* Property Pages dialog box, right-click your project in S
5252

5353
## Related content
5454

55-
- [COM and ActiveX Debugging](../debugger/com-and-activex-debugging.md)
55+
- [COM and ActiveX Debugging](/previous-versions/visualstudio/visual-studio-2017/debugger/com-and-activex-debugging)

docs/debugger/debug-live-azure-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Once a snappoint is set, you can either manually generate a snapshot by going to
9595

9696
You can also add more snappoints to your app and turn them on with the **Update Collection** button.
9797

98-
**Need help?** See the [Troubleshooting and known issues](../debugger/debug-live-azure-apps-troubleshooting.md) and [FAQ for snapshot debugging](../debugger/debug-live-azure-apps-faq.yml) pages.
98+
**Need help?** See the [Troubleshooting and known issues](/troubleshoot/developer/visualstudio/debuggers/debug-live-azure-apps-troubleshooting) and [FAQ for snapshot debugging](../debugger/debug-live-azure-apps-faq.yml) pages.
9999

100100
## Set a conditional snappoint
101101

docs/debugger/debug-live-azure-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Once a snappoint is set, you can either manually generate a snapshot by going to
9494

9595
You can also add more snappoints to your app and turn them on with the **Update Collection** button.
9696

97-
**Need help?** See the [Troubleshooting and known issues](../debugger/debug-live-azure-apps-troubleshooting.md) and [FAQ for snapshot debugging](../debugger/debug-live-azure-apps-faq.yml) pages.
97+
**Need help?** See the [Troubleshooting and known issues](/troubleshoot/developer/visualstudio/debuggers/debug-live-azure-apps-troubleshooting) and [FAQ for snapshot debugging](../debugger/debug-live-azure-apps-faq.yml) pages.
9898

9999
## Set a conditional snappoint
100100

docs/debugger/debug-live-azure-virtual-machines-time-travel-debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In this tutorial, you:
5252
![Screenshot that shows snapshot debugging mode.](../debugger/media/snapshot-message.png)
5353

5454
> [!NOTE]
55-
> The Application Insights site extension also supports Snapshot Debugging. If you get a **site extension out of date** error message, see [Site Extension Upgrade](../debugger/debug-live-azure-apps-troubleshooting.md#site-extension-upgrade) for upgrading details.
55+
> The Application Insights site extension also supports Snapshot Debugging. If you get a **site extension out of date** error message, see [Site Extension Upgrade](/troubleshoot/developer/visualstudio/debuggers/debug-live-azure-apps-troubleshooting#site-extension-upgrade) for upgrading details.
5656
5757
1. The metadata for the modules isn't initially activated. Navigate to the web app to load the modules.
5858

@@ -100,7 +100,7 @@ By default, the snappoint captures only one snapshot. After the snappoint captur
100100

101101
The website is still live, and end users aren't impacted by time travel debugging activity.
102102

103-
For more information and help, see [Troubleshooting and known issues for snapshot debugging in Visual Studio](../debugger/debug-live-azure-apps-troubleshooting.md).
103+
For more information and help, see [Troubleshooting and known issues for snapshot debugging in Visual Studio](/troubleshoot/developer/visualstudio/debuggers/debug-live-azure-apps-troubleshooting).
104104

105105
## Set a conditional snappoint
106106

docs/debugger/debug-live-azure-virtual-machines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Once a snappoint is set, you can either manually generate a snapshot by going to
100100

101101
You can also add more snappoints to your app and turn them on with the **Update Collection** button.
102102

103-
**Need help?** See the [Troubleshooting and known issues](../debugger/debug-live-azure-apps-troubleshooting.md) and [FAQ for snapshot debugging](../debugger/debug-live-azure-apps-faq.yml) pages.
103+
**Need help?** See the [Troubleshooting and known issues](/troubleshoot/developer/visualstudio/debuggers/debug-live-azure-apps-troubleshooting) and [FAQ for snapshot debugging](../debugger/debug-live-azure-apps-faq.yml) pages.
104104

105105
## Set a conditional snappoint
106106

docs/debugger/debugger-feature-tour.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Visual Studio 2022 supports live code editing while debugging. For detailed info
4444

4545
- [Write and debug running code](hot-reload.md)
4646
- [Write and debug running XAML code with XAML Hot Reload](../xaml-tools/xaml-hot-reload.md)
47-
- [Edit and Continue](../debugger/edit-and-continue.md)
47+
- [Edit and Continue](/visualstudio/debugger/how-to-enable-and-disable-edit-and-continue)
4848

4949
::: moniker-end
5050

@@ -131,7 +131,7 @@ If you do want to stop the debugger and get back into the code editor, you can p
131131
::: moniker range="<= vs-2019"
132132
## Edit your code and continue debugging (C#, VB, C++, XAML)
133133

134-
In most languages supported by Visual Studio, you can edit your code in the middle of a debugging session and continue debugging. To use this feature, click into your code with your cursor while paused in the debugger, make edits, and press **F5**, **F10**, or **F11** to continue debugging. For more information on using this feature and on feature limitations, see [Edit and Continue](../debugger/edit-and-continue.md).
134+
In most languages supported by Visual Studio, you can edit your code in the middle of a debugging session and continue debugging. To use this feature, click into your code with your cursor while paused in the debugger, make edits, and press **F5**, **F10**, or **F11** to continue debugging. For more information on using this feature and on feature limitations, see [Edit and Continue](/visualstudio/debugger/how-to-enable-and-disable-edit-and-continue).
135135

136136
![Edit and continue debugging](../debugger/media/dbg-tips-edit-and-continue.gif "EditAndContinue")
137137

docs/debugger/debugger-project-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Certain project settings also affect debugging. These settings determine such th
4040

4141
[Specify Symbol (.pdb) and Source Files](../debugger/specify-symbol-dot-pdb-and-source-files-in-the-visual-studio-debugger.md) describes how the debugger uses symbol files and source files to display information for debugging.
4242

43-
[Debug apps in Visual Studio](debugging-windows-store-and-windows-universal-apps.md) describes how to debug UWP apps. (Windows Dev Center)
43+
[Debug apps in Visual Studio](/windows/uwp/debug-test-perf/deploying-and-debugging-uwp-apps) describes how to debug UWP apps. (Windows Dev Center)
4444

4545
[Debugger Settings and Preparation](../debugger/debugger-settings-and-preparation.md) describes the debugger-related property settings, and the preparation needed in order to debug your program with the Visual Studio debugger.
4646

docs/debugger/debugger-security.md

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

3636
- Be careful when downloading a project off the Internet and loading it into Visual Studio. This is very risky to do even without debugging. When you do this, you are assuming that the project and the code that it contains are trustworthy.
3737

38-
For more information, see [Debugging Managed Code](../debugger/debugging-managed-code.md).
38+
For more information, see [Debugging Managed Code](/visualstudio/debugger/).
3939

4040
### Remote Debugging Security
4141
Local debugging is generally safer than remote debugging. Remote debugging increases the total surface area that can be probed.

0 commit comments

Comments
 (0)