From 442c484d3bd615dc4ed9cb1b71e4b613b4ba3445 Mon Sep 17 00:00:00 2001 From: Ignacio Ortiz de Zuniga Date: Thu, 8 Feb 2001 16:43:04 +0000 Subject: [PATCH] Work areas option added --- harbour/source/debug/dbgmenu.prg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/source/debug/dbgmenu.prg b/harbour/source/debug/dbgmenu.prg index 383bbf50e9..0fc633185a 100644 --- a/harbour/source/debug/dbgmenu.prg +++ b/harbour/source/debug/dbgmenu.prg @@ -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()