问题描述
获取此消息,这不正确
以下模块是通过启用优化或不调试信息构建的。
它给我一个temp asp.net文件的路径为
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
C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\47cdc49a\658f757e\assembly\dl3\0fbfef54\55a1ff8a_28eacb01\MyModule.dll
我打开文件夹,有三个文件按预期的dll,pdb和ini。什么给了?
I open folder and there are three files as expected dll, pdb, and ini. What gives?
推荐答案
在Debug> Modules下,这个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.
这篇关于vs2010调试:模块是没有调试信息构建的?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!