Stack Size
According to MemMon, the stack in my application gets close to 17K (it's
over the
default maximum of 16384).
How can I determine what is using so much stack space? Most of our
variables are
either globals or object variables. I don't know of any huge local
variables in our
procedures or functions. For the most part, they are integers and a couple
of strings.
Is there a way I can set a breakpoint on the stack size? Is there a way I
can determine
the amount of stack used from within my code?
Thanks,
Jon Robertson