Re: How to debug linux crashes -
11-01-2006
if you have mingw, try running the drmingw.exe file in the MingW/bin directory with the parameter -i. Then when it crashed, just click the "Debug" button. You still need to compile with -g3 to know the exact place of the crash.
|