To: Kimberley Burchett Cc: DJGPP Mailing List Subject: Re: stack-trace on purpose? Date: Mon, 26 Dec 94 11:58:11 +0200 From: "Eli Zaretskii" > Is there a way to make go32 print a stack trace on purpose? It does it > when something goes wrong, can I do it by calling some function or > other? It seems like it might be useful for letting me know how a > program got into a sticky situation. I'm pretty sure I'll never use it, Isn't that what GDB is for? You can stop the program anywhere you like and print the stack trace.