Hi, I've already asked that in stackoverflow. Thought it would be reasonable to ask that here too.
I'm trying to play with Android emulator and VS. I've downloaded GLTriangle20 example and tried to run it. However it fell at CreateFrameBuffer(); Visual Studio highlights this line with green, pauses the debugger but doesn't show any information about this exception. I even tried to wrap this line into try/catch, but it doesn't catch anything. VS just stops on that line and says nothing except green highlight. It looks like that: http://mono-for-android.1047100.n5.nabble.com/file/n4801867/pz7hJ.png I downloaded JDK, Mono, and Android SDK yesterday, so all these tools are fresh Even if I write in code "throw new NotImplementedException();". It stops at that point with green highlight, but doesn't say anything about what exception was thrown. Because of that I can't understant what the problem is, and how to fix it -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Unhandled-exception-doesn-t-show-any-info-in-VS-tp4801867p4801867.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
