MaxBasic Debugger appears when a breakpoint is hit. You can go to the next line, drill down to a function, view code, and abort.
|
Step Into |
If you are on a line that calls a function, click to drill into that function. Otherwise break on the next line. |
|
Step Over |
Break on the next line. |
|
Continue |
Continue script. |
|
Script Editor |
View code in Script Editor. |
|
Abort |
Abort the script. |