Work areas option added

This commit is contained in:
Ignacio Ortiz de Zuniga
2001-02-08 16:43:04 +00:00
parent 3b2c5f2272
commit 442c484d3b

View File

@@ -73,7 +73,7 @@ function __dbgBuildMenu( oDebugger ) // Builds the debugger pulldown menu
MENUITEM " ~View "
MENU
MENUITEM " ~Sets" ACTION oDebugger:ViewSets()
MENUITEM " ~WorkAreas F6" ACTION Alert( "Not implemented yet!" )
MENUITEM " ~WorkAreas F6" ACTION oDebugger:ShowWorkAreas()
MENUITEM " ~App Screen F4 " ACTION oDebugger:ShowAppScreen()
SEPARATOR
MENUITEM " ~CallStack" ACTION oDebugger:ShowCallStack()