美文网首页
C#调试DLL时,无法进入DLL源码断点 Source Not

C#调试DLL时,无法进入DLL源码断点 Source Not

作者: XBruce | 来源:发表于2020-12-31 18:01 被阅读0次

编译时选择
1> C/C++ -> General--> Debug Information Format--> P D For Edit and Continue /ZI
2> C/C++ ->Optimization--> Disabled
3> Linker-> Debugging -->Generate Debug Info -->/DEBUG:FULL

将生成的pdb等文件拷贝到dll同目录

Enjoy It.

相关文章

网友评论

      本文标题:C#调试DLL时,无法进入DLL源码断点 Source Not

      本文链接:https://www.haomeiwen.com/subject/fndroktx.html