Skip to content

Commit

Permalink
Fixed VS debugging link (dotnet#37407)
Browse files Browse the repository at this point in the history
  • Loading branch information
YohDeadfall authored Jun 4, 2020
1 parent 8d02f6a commit 6096911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/workflow/debugging/libraries/windows-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Debugging CoreFX on Windows

You can Debug .NET via Visual Studio or WinDBG.

For Visual Studio debugging, follow the instructions at [Debugging tests in Visual Studio](../../testing/libraries/testing-vs.md) to run and debug tests.
For Visual Studio debugging, follow the instructions at [Debugging tests in Visual Studio](../../testing/visualstudio.md) to run and debug tests.
For bugs that cannot be reproduced within Visual Studio (certain low-probability race conditions, SafeHandle life-time problems, etc) you will need to use WinDBG.

## Required Software
Expand Down

0 comments on commit 6096911

Please sign in to comment.