Skip to content

Commit

Permalink
Numbering fix (github#20753)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascosti authored Aug 10, 2021
1 parent 96612d4 commit f90d980
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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.
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.
4. Select the node process that's started with the `--inspect` flag.
5. Debugger has now been attached. Enjoy!
1. In VS Code, click on the Debugging icon in the Activity Bar to bring up the Debug view.
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.
1. Select the node process that's started with the `--inspect` flag.
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).

Expand Down

0 comments on commit f90d980

Please sign in to comment.