Navigating with the Debugger Toolbar and Debugging Windows

Learn about debugger toolbars, set breakpoints, and use buttons for debugging tasks and stepping through code while identifying and fixing bugs in code.

The Visual Studio and Visual Studio Code IDEs provide debugger toolbars that give quick access to controls that allow stepping through code, inspecting variables, and fixing bugs. Debugging windows show valuable information like variable values, call stacks, and breakpoints. The toolbars make debugging easier by allowing us to control execution flow and visibility into the program state as we walk through the code.

Navigating with the debugger toolbar

Get hands-on with 1400+ tech skills courses.