1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Numbering fix (#20753)

This commit is contained in:
Lucas Costi
2021-08-10 15:19:07 +10:00
committed by GitHub
parent 96612d44db
commit f90d9808aa

View File

@@ -41,10 +41,10 @@ In a matter of minutes, you will be ready to edit, preview and test your changes
This repo has configuration for debugging with VS Code's built-in Node Debugger. This repo has configuration for debugging with VS Code's built-in Node Debugger.
1. After running the build steps, start the app by running `npm run debug`. 1. After running the build steps, start the app by running `npm run debug`.
2. In VS Code, click on the Debugging icon in the Activity Bar to bring up the Debug view. 1. In VS Code, click on the Debugging icon in the Activity Bar to bring up the Debug view.
3. In the Debug View, select the **'Node: Nodemon'** configuration, then press F5 or click the green play button. You should see all of your running node processes. 1. In the Debug View, select the **'Node: Nodemon'** configuration, then press F5 or click the green play button. You should see all of your running node processes.
4. Select the node process that's started with the `--inspect` flag. 1. Select the node process that's started with the `--inspect` flag.
5. Debugger has now been attached. Enjoy! 1. Debugger has now been attached. Enjoy!
For more detailed instructions, please see this [VS Code recipe](https://github.com/Microsoft/vscode-recipes/tree/master/nodemon). You can also learn more about debugging using VS Code [here](https://code.visualstudio.com/docs/editor/debugging). For more detailed instructions, please see this [VS Code recipe](https://github.com/Microsoft/vscode-recipes/tree/master/nodemon). You can also learn more about debugging using VS Code [here](https://code.visualstudio.com/docs/editor/debugging).