Skip to content

Commit

Permalink
Update debugging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie authored Jul 25, 2023
1 parent 03d7ddc commit 2bc23d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Here are some of the most commonly used:

## VSCode

You can attach VSCode to the running local server to set breakpoint and debug your code.
You can attach VSCode to the running local server to set breakpoints and debug your code. You can read more about [debugging with VSCode](https://code.visualstudio.com/docs/editor/debugging) here.

Create a launch.json file at `.vscode/launch.json` in your web project with the following content:
```json
Expand Down

0 comments on commit 2bc23d2

Please sign in to comment.