some options implemented

This commit is contained in:
Antonio Linares
2001-02-12 12:31:15 +00:00
parent 0ad32b1ddc
commit 00442db19a

View File

@@ -83,8 +83,7 @@ function __dbgBuildMenu( oDebugger ) // Builds the debugger pulldown menu
MENUITEM " ~Run "
MENU
MENUITEM " ~Restart" ACTION Alert( "Not implemented yet!" )
MENUITEM " ~Animate" ACTION Alert( "Not implemented yet!" )
MENUITEM " ~Animate" ACTION oDebugger:Animate()
MENUITEM " ~Step F8 " ACTION oDebugger:Step()
MENUITEM " ~Trace F10" ACTION Alert( "Not implemented yet!" )
MENUITEM " ~Go F5" ACTION oDebugger:Go()