Why is VS giving me Disassembly when I have the .Net debug symbols?

别说谁变了你拦得住时间么 提交于 2019-12-13 06:14:15

问题


I'm trying to get to the bottom of an annoying problem with EventViewer, so I've hooked up an instance of VS (2013) to mmc.exe and breaking on exceptions.

VS only gives me the disassembly, even though it's pointing at System.IO.Path.CheckInvalidPathChars(string), and the Modules window says that mscorlib.dll (2.0) is loaded with the symbol file (twice, as it happens, once in DefaultDomain, and once in EventViewer domain).

Failing that, could anyone help me work out what the offending Path is, starting from the Disassembly?

来源:https://stackoverflow.com/questions/37658444/why-is-vs-giving-me-disassembly-when-i-have-the-net-debug-symbols

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!