Skip to content

Commit 80145a7

Browse files
committed
Missing step
1 parent f38e27f commit 80145a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/recipes/developing-and-testing/debug-safe-app.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ VS Code allows "full stack" debugging i.e. both the client and server. Prerequis
7676
### Debug the Server
7777

7878
1. Click the debug icon on the left hand side, or hit `ctrl+shift+d` to open the debug pane.
79-
2. In the bar with the play error, where it says "No Configurations", use the dropdown to select ".NET 5 and .NET Core". In the dialog that pops up, select "Server.Fsproj: Server"
80-
3. Hit F5
79+
2. Hit the `Run and Debug` button
80+
3. In the bar with the play error, where it says "No Configurations", use the dropdown to select ".NET 5 and .NET Core". In the dialog that pops up, select "Server.Fsproj: Server"
81+
4. Hit F5
8182

8283
The server is now running. You can use the bar at the top of your screen to pause, restart or kill the debugger
8384

0 commit comments

Comments
 (0)