- Continue: This continues processing until the next break.
- Step Out: This is designed to complete the current function without stopping, and then break.
- Step Over: This is designed to execute a function without stopping, then break.
- Step Into: This is designed to trace into a function.
- Break: This breaks at the next statement.
- Stop: This stops the current activity but leaves the debugging session active.
- Toggle: This sets or clears a breakpoint on the current line.
- Set/Clear Condition: This sets or clears a conditional (based on C/AL expression) breakpoint at the current line.
- Disable All: This disables all checkpoints in the attached session.
- Break Rules: This displays the following screen:
The Break Rules options work ...