Summary
- To use the Xbasic Debugger to debug Xbasic scripts and functions, enter the debug(1) instruction in your script.
- You can observe variables in the Debugger window.
- You can watch variables in the Expression list below the Debugger window.
- To exit debug mode, click the Halt button and choose Exit from the File menu.
- You can test how changes to variables and expressions in the Expression list.