Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个我想从外部应用程序运行调试的 COM dll,我确信这以前可以工作,但不再工作了。(使用 VS 2012 RC)我已经阅读了很多文章,但我还没有看到其中提到使用外部应用程序的文章,这仍然可能吗?
我收到“未加载调试符号”消息,当我转到“调试”>“Windows”>“模块”时,我的 dll 未列出但外部应用程序已列出,对吗?
任何帮助将不胜感激
我强烈建议使用早期版本的 MSVS(例如 MSVS 2010 Pro)或下载 WinDbg。任何一个都应该轻松完成这项工作:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff551063%28v=vs.85%29.aspx
http://msdn.microsoft.com/en-us/windows/hardware/gg463009.aspx
http://therightstuff.de/2010/07/24/WinDbg-Commands.aspx