Skip to content

Commit f700717

Browse files
authored
Merge pull request #38660 from TimvdLippe/patch-4
Fix debug command for Node debugging
2 parents 707e977 + 77075df commit f700717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ You can specify which browser to use for debugging. Currently, Chrome and IE are
152152
gulp runtests-browser --tests=2dArrays --browser=chrome
153153
```
154154

155-
You can debug with VS Code or Node instead with `gulp runtests --inspect=true`:
155+
You can debug with VS Code or Node instead with `gulp runtests --inspect`:
156156

157157
```Shell
158-
gulp runtests --tests=2dArrays --inspect=true
158+
gulp runtests --tests=2dArrays --inspect
159159
```
160160

161161
You can also use the [provided VS Code launch configuration](./.vscode/launch.template.json) to launch a debug session for an open test file. Rename the file 'launch.json', open the test file of interest, and launch the debugger from the debug panel (or press F5).

0 commit comments

Comments
 (0)