断点不适用于WinRT CPP文件

时间:2017-10-10 05:05:09

标签: c++ uwp windows-runtime visual-studio-2017

我有一个UWP C#项目。我正在添加一个WinRT cpp项目的解决方案。 .CS文件调用cpp上的函数。我已经添加了断点。但是在运行时控制不会转到cpp。我尝试过以下更改。但没有显示效果

Rebuld the project
Tools > Options > Debugging > General > Enable Edit and Continue
Tools->Options->Projects and Solutions->Build and Run. Make sure the top two options ('On Run, when projects are out date' and 'On Run, when build or deployment errors occur') and in a reasonable state (NOT 'never build' or 'Launch old version').

1 个答案:

答案 0 :(得分:0)

在project属性中,找到 Debug 选项卡,在“Debugger type”中,将Application process设置为“Native Only”。

C#解决方案的默认设置是“仅管理”,因此不会命中cpp中的断点。

debugger type