Knowledge check

Completed

Check your knowledge

1.

When you want to write a line to the debug console only when you're debugging, which API should you use?

2.

If you want to write a debug message only when the count is 0, what code would you use?

3.

What are the top two values a debugger provides?

4.

Which Visual Studio Code debugger panel is most useful to observe the current value of a specific variable across different functions?