简体   繁体   中英

Breakpoints not working in xamarin uwp in Visual Studio 2017

I am new in Xamarin Forms. Using xamarin application breakpoints work very well under Android but fails with 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)

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. Go to Project properties -> build -> Advanced -> Debuggingh information and set Full.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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