Skip to content

Commit 9125acd

Browse files
authored
Update debugging.md
1 parent 5b4c232 commit 9125acd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/debugging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Debugging
1+
## Debugging
22

33
Here you find how to configure your favorite IDE to debug your code.
44

5-
## Visual Studio Code
5+
### Visual Studio Code
66
Press f1 and look for launch.json. Inside the "configurations" array, insert the following object:
77
```json
88
{
@@ -19,4 +19,4 @@ Press f1 and look for launch.json. Inside the "configurations" array, insert the
1919
"args": [ "start" ],
2020
"stopOnEntry": false
2121
}
22-
```
22+
```

0 commit comments

Comments
 (0)