Skip to main content
All docs
V22.2

Debug Toolbar

The “CodeRush Debug” toolbar contains a set of buttons that allow you to toggle the Debug Visualizer on and off, and access debug features.

debug-toolbar

CodeRush shows this toolbar in debug mode. You can control the “CodeRush Debug” toolbar visibility in the menu bar. Right-click anywhere in the menu bar and enable/disable the CodeRush Debug option.

debug-toolbar

The table below lists the Debug toolbar commands:

Button Command
toggle-button Enable/disable the Debug Visualizer.
step-over-button Step over the current statement. This command ignores all breakpoints.
step-out-button Step out of the current call. This command ignores all breakpoints.
run-program-button Run program at the cursor. This command ignores all breakpoints.
step-into-button Step into the member at the caret. This command ignores all breakpoints.
toggle-breakpoint--button Toggle a breakpoint on the current thread.