Page 1 of 1

Debugger prompt when Stack pointer is over

Posted: Mon Feb 21, 2005 11:11 am
by Psychophanta
Debugger should prompt when Stack pointer is full.
in this example:

Code: Select all

Procedure.l p() 
  ProcedureReturn p() 
EndProcedure 

p()
program quits and Debugger doesn't notice anything :!: :shock:
well, in fact this is a debugger bug (fault)