The Safe X3 Debugger allows you to control the execution of your script by setting breakpoints, suspending launched scripts, stepping through your code, and examining the contents of variables. The Safe X3 Debugger uses DBGP protocol. Debugger features are available in Debug perspective.
The debugger includes the following features :
The Safe X3 Debugger can be invoked severals ways :
| Shortcut | Function |
|---|---|
| F5 | Step into |
| F6 | Step over |
| F7 | Step return |
| F8 | Resume |
| Ctrl + Shift + B | Toggle breakpoint |
