无法调试托管的DLL

我有一个具有以下结构的项目。

    A Managed UI(exe)         // where all UI actions are happening
    Couple of unmanaged Dlls  // loaded from managed UI and used
    A managed Dll             // Different types of UI components,
  • Managed-Dll的输出目录不同于Managed-UI。
  • 我什至在Autod的Managed Dll中将调试器类型设置为“混合”
  • 我正在使用Visual Studio 2017

现在,我正在运行托管UI / exe,在附加到进程后,我无法调试托管Dll。 它总是显示...

The breakpoint will not currently be hit. No symbols have been loaded for this document.

您能建议如何调试吗?

chc740903 回答:无法调试托管的DLL

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3120344.html

大家都在问