Previous Topic

Next Topic

Book Contents

Book Index

MaxBasic Debugger

MaxBasic Debugger appears when a breakpoint is hit. You can go to the next line, drill down to a function, view code, and abort.

MBDebugStepInto

Step Into (F7)

If you are on a line that calls a function, click to drill into that function. Otherwise break on the next line.

MBDebugStepOver

Step Over (F8)

Break on the next line.

Continue (F9)

Continue script.

Script Viewer

Script Editor

View code in Script Editor.

Abort

Abort the script.

In This Section

MB Debugger - Variables tab

MB Debugger - Watch List tab

MB Debugger - Breakpoint List tab

MB Debugger - Call Stack tab

MB Debugger - Output Log tab

MB Debugger - Event Log tab