how can i see how much of the stack space is currently used in my delphi app?

Posted by X-Ray on Stack Overflow See other posts from Stack Overflow or by X-Ray
Published on 2010-04-29T23:46:49Z Indexed on 2010/04/30 0:17 UTC
Read the original article Hit count: 381

Filed under:
|
|

how can i see how much of the stack space is currently used in my delphi app? i had a very strange error that sounds like stack trouble. i'd like to add it to my app's log to get some idea how much stack space is in use/remaining. using the debugger is probably not so great because the routine can be called many times.

thank you!

© Stack Overflow or respective owner

Related posts about delphi-2009

Related posts about delphi