Debugger prompt when Stack pointer is over

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Debugger prompt when Stack pointer is over

Post 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)
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;