Stacktrace

Frank Benoit keinfarbton at nospam.xyz
Tue Aug 15 09:44:14 PDT 2006


Walter Bright schrieb:
> But the compiler already does generate debugger walkable stack frames if
> you compile with -g.

But it does not work.

GDB says: "Previous frame inner to this frame (corrupt stack?)"

If writefln throws a format error, I can backtrace it to writefln, but
not to the writefln caller. So it is not very useful.

And ...
3.) The most important: It is not possible to only log the exception
with this information and continue the program.





More information about the Digitalmars-d mailing list