Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Feb : access to call stack?
| Subject: | access to call stack? |
| Posted by: | "John Provine" (x..@xxx.com) |
| Date: | Fri, 16 Feb 2007 04:04:24 |
Does anyone know of a way to get access to the call stack from within your
app at runtime, similar to the call stack debug window? I guess I assume
this will involve assembler, which I don't know, but was hoping somebody has
a callable routine. I have my app send me an email when an exception occurs,
but I constantly have to ask the users "what were you doing?" ... "what were
the circumstances?"
Would be nice to be able to see a listing of the stack at the time.