trace removed

This commit is contained in:
Antonio Linares
2001-02-02 14:46:42 +00:00
parent 1ca0a75b84
commit 2cc02636e4

View File

@@ -86,7 +86,6 @@ procedure __dbgEntry( uParam1, uParam2 ) // debugger entry point
if s_oDebugger != nil
if PCount() == 2 // called from hvm.c hb_vmLocalName()
AAdd( s_oDebugger:aVars, { uParam2, uParam1, "Local" } )
Alert( uParam1 )
if s_oDebugger:oBrwVars != nil
s_oDebugger:oBrwVars:RefreshAll()
endif