我有一个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').