Back to menu

The Debugger Toolbar

The toolbar contains a number of buttons.

      
      
   
    Button Description
     Start / Continue Starts or continues the emulation
     Break All Stops the emulation and displays infos in the debugger.
     Stop Debugging Stops the emulation and the current debugging.
     Restart Hard resets the emulator and stops the current debugging.
     Show Next Statement Goes to the next statement address in the disassembler.
     Step Into Goes to next step of the code in the disassembler.
     Step Over Goes to next step of the code in the disassembler and executes subroutines at full speed.
     Step Out Quits the step over mode and continues the emulation.
     Run To Cursor Continues the emulation to the address selected by the cursor of the mouse.
     Set / Remove Breakpoint Sets or removes a breakpoint on the address selected by the cursor of the mouse.
     Enable / Disable Breakpoint Enables or disables breakpoint on the address selected by the cursor of the mouse
     Enable All Breakpoints Enables all the breakpoints.
     Disable All Breakpoints Disables all the breakpoints.
     Remove All Breakpoints Removes all the breakpoints.


Back to menu