Innova
Innova

Reputation: 396

Xamarin.Forms: Android breakpoints not hit

I recently upgraded to Visual Studio 2022, and since then, I can't hit breakpoints any longer during Android shared project debugging, even if they seems to be loaded correctly. I've set debugType on Pdb only on both projects. Tried clean/rebuilding many times, remove app and restart emulator but still no luck. Any idea about this issue? I'm using XF 5.0.0.2337.

Upvotes: 5

Views: 2748

Answers (2)

testing
testing

Reputation: 20289

I updated my Samsung device (Samsung Experience is 9.5) and now the breakpoint works again. Fast deployment/restarting/re-installing was not enough.

Upvotes: 0

navylover
navylover

Reputation: 13629

As officail community said:

Enable Use Fast Deployment on the Android project.

Upvotes: 13

Related Questions