Search code examples
debuggingxamarin.formsvisual-studio-2019breakpoints

Breakpoints not getting hit in Visual Studio 2019 Xamarin.Forms project


I'm developing a Xamarin.Forms add, and I don't know if yesterdays update on Visual Studio 2019(16.5.1) was the reason but when i'm in the debug mode connect with my device on Android Project breakpoints don't hit. The interesting part is my app is working OK. I login in my app , a have responses from my Api but the breakpoints not hit. Did anyone have same problem ? I looks like something is changed in my project. P.S I made new Xamarin.Forms blank project the breakpoints are heated. Please someone for solution?


Solution

  • After days of exploring i finally found out that i unchecked Use Shared Runtime.

    enter image description here

    Thank you all for your suggestions , i will make post active, because there are other solution's in the comments that might help someone, because this issue dependence of lot of factors.