From 01c14eb792c2ddf02256d5421b1da7234292a145 Mon Sep 17 00:00:00 2001 From: nongkibki <71377149+nongkibki@users.noreply.github.com> Date: Thu, 11 Sep 2025 20:38:01 +0000 Subject: [PATCH 1/2] Initial commit From 4b1de2b3626b5210f085ca6b896f65d5caf22071 Mon Sep 17 00:00:00 2001 From: nongkibki <71377149+nongkibki@users.noreply.github.com> Date: Thu, 11 Sep 2025 20:38:05 +0000 Subject: [PATCH 2/2] Pending changes exported from your codespace --- contributing/debugging-the-docs-application.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/contributing/debugging-the-docs-application.md b/contributing/debugging-the-docs-application.md index 0ed83ac08a90..0fb480012923 100644 --- a/contributing/debugging-the-docs-application.md +++ b/contributing/debugging-the-docs-application.md @@ -1,13 +1,17 @@ -### Debugging the docs application +# Debugging the docs application -This repo has configuration for debugging the codebase with VS Code's built-in Node Debugger. +```php + + +```This repo has configuration for debugging the codebase with VS Code's built-in Node Debugger. **Note:** These steps will only help with debugging issues in the Node.js codebase, not in the content files. 1. After running the build steps, start the app by running `npm run debug`. -1. 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 6Activity 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/main/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/main/nodemon +// 0). You can also learn more about debugging using VS Code [here](https://code.visualstudio.com/docs/editor/debugging).