Hi folks,
How can i get the calling stack of program after its crash ?
Running the program in winedbg doesn't give me anything. Using --debugmsg +xxx ... doesn't give me useful info. I give up with the +relay solution because it generates too big file.
Thanks in advance. Stephan
How can i get the calling stack of program after its crash ?
After it has crashed and you're in winedbg you can try bt (as in backtrace) if I got you right.
bye Fabi