I had this same problem in Visual Studio, after a few months picked up a project and debugging stopped working. Managed to solve it here without creating a new project.
- Removed all mono related stuff from device (shared runtime and app's). - Did a clean on the solution and removed all bin and obj folders. - Enabled 'Use shared runtime' in project file (was disabled). - Set linking to 'None'. - Build and F5. I think i changed the runtime en linking settings when releasing a beta to some colleagues... -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/debugger-breakpoints-4-4-41-tp5712641p5713357.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
