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.
Asked
Active
Viewed 2,016 times
2 Answers
11
Enable Use Fast Deployment on the Android project.

navylover
- 12,383
- 5
- 28
- 41
-
1Works for mac as well ! – Furkat U. Apr 26 '22 at 07:43
-
Works! Also the exact opposite of what I had to do to get this working in previous versions https://stackoverflow.com/a/39275428/730132. – Chris Gonzales Jun 27 '22 at 22:45
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