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.
第一次使用 C++/CLI。
我正在附加到我的进程,我的 DLL 正在加载并正在运行。但是我的断点被忽略了。
附加到进程并使用 C++/CLI 进行调试时,是否需要配置任何特殊内容?该应用程序是本机的。我的 DLL 已使用 /clr 选项编译。
附加时,在“附加到进程”对话框中,您将看到一个“附加到:”,它指示您要调试的代码类型。单击“选择”按钮并选择要调试的所有代码类型。
您可能需要同时选择 Managed 和 Native。