Debug Menu

Previous  Next

 

The MyBASIC2 Debugger Debug menu

 


 

 

 

Go

 

Runs current program until a breakpoint or end of program

Break Next

 

Interrupts program and breaks on next statement

Stop Debugging

 

Stops debugging current program

Step Into

 

Step Into sub programs or functions

Step Over

 

Step Over sub programs or functions

Step to Cursor

 

Run program and break on line with cursor

Toggle Breakpoint

 

Toggle Breakpoint at current cursor line

Delete All Breakpoints

 

Delete all breakpoints

Call Stack

 

Display current call and run stack

Traces

 

Display program TRACE messages.  A MyBASIC2 program can display debug messages by using the TRACE statement.

Variables

 

Display current variables and arrays.  Non constant variables can be modified from this window

Arrays

 

Create an array watch window.  An array watch window allows you to watch and modify values in an array