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.
我有两个项目的解决方案:
项目 A:是一个用 C++ 编写的 dll
项目B:是一个调用项目A的dll的C#应用程序
我的问题:我无法在 DLL 代码中设置任何断点。断点附有一条消息,说“没有为此文档加载任何符号”。
笔记:
我的问题是针对 Windows CE 6.0
我正在将带有构建后事件的 dll 及其 .pdb 文件复制到 C# 应用程序的调试执行目录到设备中。
请提供任何帮助!
在我提出这个问题后,我发现这篇文章回答了我的问题。
在 Windows CE 的托管 C# 代码中将本机 DLL 作为调试模块加载