Forum Navigation
Getting exception traces across threads
Posted: 03/05/08 01:35:41I'm using the team0xf backtrace hack with 0.99.5. Is there a way to get a stack trace for an exception that's not coming from the main thread? I'm having a hard time debugging some exceptions. ddbg doesn't catch them either.
Is the trace info stored anywhere, like in the 'info' field? If it is, I guess I could catch the exception, store it in a global variable, and then access the info from the main thread.