简体   繁体   English

断点在Visual Studio 2017中的xamarin uwp中不起作用

[英]Breakpoints not working in xamarin uwp in Visual Studio 2017

I am new in Xamarin Forms. 我是Xamarin Forms的新手。 Using xamarin application breakpoints work very well under Android but fails with UWP. 使用xamarin应用程序断点在Android下运行良好,但在UWP中失败。

Checking option project → Properties → Build → "Compile using the native code tool chain" causes navigation to not work. 检查选项项目→属性→构建→“使用本机代码工具链进行编译”导致导航无效。

NB: vs 2017 is up to date (version 15.5.7) NB:vs 2017是最新的(版本15.5.7)

This can happen if xamarin is used with .net standard, by default the shared library uses the 'portable' debug mode, if it is changed to 'Full' it should work correctly. 如果xamarin与.net标准一起使用,则会发生这种情况,默认情况下共享库使用“可移植”调试模式,如果将其更改为“Full”,则它应该正常工作。 Go to Project properties -> build -> Advanced -> Debuggingh information and set Full. 转到项目属性 - >构建 - >高级 - >调试信息并设置完全。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM