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.
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.
The table below lists the Debug toolbar commands:
Button | Command |
---|---|
Enable/disable the Debug Visualizer. | |
Step over the current statement. This command ignores all breakpoints. | |
Step out of the current call. This command ignores all breakpoints. | |
Run program at the cursor. This command ignores all breakpoints. | |
Step into the member at the caret. This command ignores all breakpoints. | |
Toggle a breakpoint on the current thread. |