Has anyone used WinDbg to debug an Intel Visual Fortran routine? If I have the Fortran source file that crashes with an AccViol, how can I use WinDbg to determine the line that is crashing?
A:
It should be the same as with a C program. Compile with debugging info, then use kb
in WinDbg to get a back trace when a fault occurs.
Alex
2009-12-15 03:02:24
That helped. Thanks Alex.
2009-12-17 19:53:09
No problem. Feel free to mark the response as an "answer" :).
Alex
2009-12-17 23:11:31