8000 Update README.md · unconnect/javascript-exercises@702d983 · GitHub
[go: up one dir, main page]

Skip to content

Commit 702d983

Browse files
davidnthtwalton83
andauthored
Update README.md
Co-authored-by: Tatiana <hello@tatianacodes.com>
1 parent 79e57dd commit 702d983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Each exercise includes 3 files: a markdown file with a description of the task,
1919
The first exercise, `helloWorld`, will walk you through the process in-depth.
2020

2121
## Debugging
22-
To debug functions, you can run the tests in the visual code studio debugger terminal (open this by clicking the "Run and Debug" icon on the left or pressing ctrl + shift + D, then clicking JavaScript Debug Terminal). In your code you are able to set breakpoints as you would in the Chrome devtools debugger. You can run `npm test exerciseName.spec.js` to then execute your code up until your breakpoint and step through your code as necessary.
22+
To debug functions, you can run the tests in the Visual Studio Code debugger terminal. You can open this by clicking the "Run and Debug" icon on the left or pressing `ctrl + shift + D`, then clicking JavaScript Debug Terminal. You will be able to set breakpoints as you would in the Chrome DevTools debugger. You can run `npm test exerciseName.spec.js` to then execute your code up until your breakpoint and step through your code as necessary. **NOTE**: To take advantage of the debugger, you **MUST** run the script in the debugger terminal, not the bash or zsh terminal.
2323

2424
## Solutions
2525

0 commit comments

Comments
 (0)
0