Yesterday I got an error while try to debug wich says "Debug will disabled" because of this error. Now I need to debug some stuff becuase I got a wired error on Android. But the break points are not hit. I cannot find anything how I can "activate" debugging. In the iOS part of my forms application the debugging still works fine. I already tried "[Application(Debuggable=true)]" but it changed nothing. Also a new checkout of my repository (without any temp files like *.suo, *.user or bin and obj folder) changed nothing. The debugging does not work at all. But in a complete different application the debugging works also for Android just fine so I guess it must be some change in the project files itself because of that error.
↧