开发者

WinDbg and Intel Visual Fortran

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 d开发者_如何学JAVAetermine the line that is crashing?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜