Possible Duplicate:
GetStackTrace in Delphi 7?
Does anyone know how to get a nice friendly stack trace into a string when an exception is raised in Delphi 6?
Possible Duplicate:
GetStackTrace in Delphi 7?
Does anyone know how to get a nice friendly stack trace into a string when an exception is raised in Delphi 6?
madExcept can include the stack trace in the exception log. You can try madExcept free (there is a free non-commercial license).
This answer by Runner and this blog post from Rob's Technology Corner provides you with all you need to get a stack trace with JCL.