开发者

WinDbg and Intel Visual Fortran

开发者 https://www.devze.com 2022-12-14 13:08 出处:网络
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 cras

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

精彩评论

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