The following operations are available for each breakpoint:

<center>
  <br>
  <img src="/wiki/download/attachments/3245088/Running Workflow in Debugging Mode_4.jpg"/>
  <br> 
</center>

Delete - delete the selected breakpoint.

Condition - creates a breakpoint condition. Click on this menu item and the following dialog appears:

<center>
  <br>
  <img src="/wiki/download/attachments/3245088/Manipulating Breakpoints_1.png"/>
  <br> 
</center>

When the breakpoint location is reached, the expression is evaluated and the breakpoint is hit only if the expression is true or has changed.

Hit Count - breakpoint hit count. Click on this menu item and the following dialog appears:

<center>
  <br>
  <img src="/wiki/download/attachments/3245088/Manipulating Breakpoints_2.png"/>
  <br> 
</center>

A breakpoint is hit when the breakpoint location is reached and the condition is satisfied. The hit count is the number of times the breakpoint has been hit.

Edit labels - allows to add breakpoint labels. Click on this menu item and the following dialog appears:

<center>
  <br>
  <img src="/wiki/download/attachments/3245088/Manipulating Breakpoints_3.png"/>
  <br> 
</center>