admin管理员组文章数量:1403438
I used Visual Studio 2022 to build a Debug x64 executable from a VS solution/project written in C.
In Solution properties I selected /ZI flag and /DEBUG flag to tell the compiler and the linker to generate a PDB symbol file. So far so good.
When I run the built executable as standalone, attach the VS debugger and break into it, I can't see the source code lines in order to set a breakpoint at.
Is there a way to generate a PDB symbol file with all the info needed to point the debugger to the relevant source code line ?
本文标签: Visual Studio 2022 generate PDB symbol file with complete debugging infoStack Overflow
版权声明:本文标题:Visual Studio 2022 generate PDB symbol file with complete debugging info - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744370040a2602975.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论