4

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.

Innova
  • 334
  • 4
  • 18

2 Answers2

11

As officail community said:

Enable Use Fast Deployment on the Android project.

navylover
  • 12,383
  • 5
  • 28
  • 41
0

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

testing
  • 19,681
  • 50
  • 236
  • 417