Gutter
The gutter is a vertical bar at the left-most side of the Code Editor. This bar, empty by default, helps you manage breakpoints (for debugging).
For each line, it can display different icons depending on the circumstances:
- : This line is where the execution flow is currently stopped at.
- : There is a working breakpoint at this line.
- : There is a disabled breakpoint at this line.
Usage
You can manage breakpoints from the gutter:
- To add a breakpoint, click on the gutter at the desired line. If there is an existing breakpoit at that line, you will remove it.
- To edit a breakpoint and change its properties:
- To disable a breakpoint, so it is ignored during debugging (execution flow will not stop because of it):
- You can enable a breakpoint the same way you disabled it.
You can alternatively manage breakpoints with commands or from the Breakpoint List.