Adding Watch Breakpoints

Watch breakpoints (or watchpoints) are set on variables. They allow thread interruption on variable modifications.
What you need to do to add a watchpoint is :

  1. In the editor area, select a variable for wich you want to add the watchpoint.
  2. Select Toggle Watchpoint item in main Run menu.

Also, the new breakpoint appears in the Breakpoints View list.

While the breakpoint is enabled, thread execution suspends after variable value changed. The debugger selects the thread that has suspended and displays the thread's stack frames. The line where the breakpoint was set is highlighted in the editor in the Debug Perspective.

Related concepts

Safe X3 Debugger
Breakpoints
Breakpoints View