Cicode Programming Reference > Editing and Debugging Code > Using breakpoints > Inserting or removing breakpoints

Inserting or removing breakpoints

You can insert and remove breakpoints to halt processing.

To insert/remove a breakpoint:

  1. Open the Cicode Editing window.
  2. Position the cursor on the line where you want the breakpoint to be placed or removed.
  3. Click the Debug indicator bar. Alternatively, you can press F9 or choose Debug | Insert/Remove Breakpoint.

The breakpoint appears as a large red dot at the beginning of the line.