Skip to content

Commit 4b1de2b

Browse files
author
nongkibki
committed
Pending changes exported from your codespace
1 parent 01c14eb commit 4b1de2b

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
### Debugging the docs application
1+
# Debugging the docs application
22

3-
This repo has configuration for debugging the codebase with VS Code's built-in Node Debugger.
3+
```php
4+
5+
6+
```This repo has configuration for debugging the codebase with VS Code's built-in Node Debugger.
47

58
**Note:** These steps will only help with debugging issues in the Node.js codebase, not in the content files.
69

710
1. After running the build steps, start the app by running `npm run debug`.
8-
1. In VS Code, click on the Debugging icon in the Activity Bar to bring up the Debug view.
11+
1. In VS Code, click on the Debugging icon in the 6Activity Bar to bring up the Debug view.
912
1. In the Debug View, select the **'Node: Nodemon'** configuration, then press <kbd>F5</kbd> or click the green play button. You should see all of your running node processes.
1013
1. Select the node process that's started with the `--inspect` flag.
1114
1. Debugger has now been attached. Enjoy!
1215

13-
For more detailed instructions, please see this [VS Code recipe](https://github.com/Microsoft/vscode-recipes/tree/main/nodemon). You can also learn more about debugging using VS Code [here](https://code.visualstudio.com/docs/editor/debugging).
16+
For more detailed instructions, please see this [VS Code recipe](https://github.com/Microsoft/vscode-recipes/tree/main/nodemon
17+
// 0). You can also learn more about debugging using VS Code [here](https://code.visualstudio.com/docs/editor/debugging).

0 commit comments

Comments
 (0)