Visual Studio Code (vscode) Flashcards

1
Q

setting break points

A

used to stop code at a point where you are debugging

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

zoom with ctrl+mouse wheel

A

Needs to be enabled in settings. search for zoom to find

How well did you know this?
1
Not at all
2
3
4
5
Perfectly