Visual Studio Code (vscode) Flashcards
1
Q
setting break points
A
used to stop code at a point where you are debugging
2
Q
how to set a break point
A
click on the left margin (glyph margin) and a red dot will show up signifying the code will stop at that line. (when running the debugger)
3
Q
zoom with ctrl+mouse wheel
A
Needs to be enabled in settings. search for zoom to find