There are a few issues with the debugger but you can usually work around them. If an exception is being thrown then make sure there is somewhere to catch it and put the breakpoint there. Write debug messages to the Log (you can always #if DEBUG then so they don't go into the release) and view them using ADB. I found that if you go to the command line and run 'adb logcat' then you get a much better response than using the adb window in Visual Studio.
-- View this message in context: http://mono-for-android.1047100.n5.nabble.com/How-to-get-better-debug-information-while-debugging-tp4682841p4689015.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid