Skip to content

Commit 4329e1c

Browse files
committed
edits
1 parent 4ee8540 commit 4329e1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/javascript/debug-nodejs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ You can debug JavaScript and TypeScript code using Visual Studio. You can hit br
2828
::: moniker range=">=vs-2022"
2929
## Configure user code
3030

31-
Visual Studio attaches the debugger to user code. For *.esproj* projects, you can configure user code (also called *Just My Code* settings) in Visual Studio using the `skipFiles` setting in *launch.json*. This works the same as the *launch.json* settings in VS Code. For more information, see [Skipping Uninteresting Code](https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_skipping-uninteresting-code).
31+
For *.esproj* projects in Visual Studio 2022, Visual Studio Code uses a *launch.json* file to configure and customize the debugger. *launch.json* is a debugger configuration file.
32+
33+
Visual Studio attaches the debugger only to user code. For *.esproj* projects, you can configure user code (also called *Just My Code* settings) in Visual Studio using the `skipFiles` setting in *launch.json*. This works the same as the *launch.json* settings in VS Code. For more information, see [Skipping Uninteresting Code](https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_skipping-uninteresting-code).
3234
::: moniker-end
3335

3436
## Debug server-side script

0 commit comments

Comments
 (0)