Skip to content

Commit a0bff0e

Browse files
authored
Update debugging-vscode.md (dotnet#87338)
1 parent 2097096 commit a0bff0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/workflow/debugging/libraries/debugging-vscode.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- Install [Visual Studio Code](https://code.visualstudio.com/)
44
- Install the [C# Extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp)
5+
- Optionally install the [C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit)
56
- Open the folder containing the source you want to debug in VS Code - i.e., if you are debugging a test failure in System.Net.Sockets, open `runtime/src/libraries/System.Net.Sockets`
67
- Open the debug window: `ctrl-shift-D` or click on the button on the left
78
- Click "create a launch.json file", select the option that includes `.NET Core` from the selection dropdown

0 commit comments

Comments
 (0)