Debugger prompt when Stack pointer is over
Posted: Mon Feb 21, 2005 11:11 am
Debugger should prompt when Stack pointer is full.
in this example:
program quits and Debugger doesn't notice anything

well, in fact this is a debugger bug (fault)
in this example:
Code: Select all
Procedure.l p()
ProcedureReturn p()
EndProcedure
p()


well, in fact this is a debugger bug (fault)