vs2010调试:模块构建时没有调试信息?
收到此消息,这不是真的
以下模块是在启用优化或没有调试信息的情况下构建的。
它为我提供了临时 asp.net 文件的路径,如
C:\WINDOWS\Microsoft.NET \Framework\v4.0.30319\临时 ASP.NET Files\root\47cdc49a\658f757e\ assembly\dl3\0fbfef54\55a1ff8a_28eacb01\MyModule.dll
我打开文件夹,有三个文件,如预期的 dll、pdb 和 ini。什么给?
Getting this message, which is not true
The following module was build either with optimization enabled or without debug information.
And it gives me a path to temp asp.net file as
C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\47cdc49a\658f757e\assembly\dl3\0fbfef54\55a1ff8a_28eacb01\MyModule.dll
I open folder and there are three files as expected dll, pdb, and ini. What gives?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在“调试”>“模块”下,此 dll 已添加到不应加载符号的 dll 的排除列表中。一旦我删除它,它就可以正常工作。
Under Debug>Modules this dll was added to excluded list of dll's that should not have symbols loaded. Once I removed it, it works fine.