2 things to check: - View the Android Debug Log and it should have some messages about initializing the debugger:
http://android.xamarin.com/Documentation/Guides/Android_Debug_Log - Rename your .apk to .zip, look in the assemblies directory inside it, and see if the debug symbols are there (.mdb files). Jonathan On 9/29/2011 11:14 AM, Elan Hasson wrote: > It runs fine without stopping at breakpoints. > > On Thu, Sep 29, 2011 at 12:11 PM, Jonathan Pobst <[email protected] > <mailto:[email protected]>> wrote: > > What happens when you try? > > - Is there an error? > - Does VS go into debug mode? > - Does it run fine but doesn't stop at breakpoints? > > Jonathan > > > > On 9/29/2011 11:03 AM, Elan Hasson wrote: > > Hello List, > > Hopefully this is just a configuration issue-- I am unable to > debug by > placing breakpoints in my C# code and deploying to my physical > devices. > > I am using MonoDroid 1.9 and VS2010 on Windows 7. > > Prior to using physical devices, I was able to step through (albeit > slowly) code using the emulator. > > I have the same results when deploying in debug configuration to > both > Droid X and a Galaxy Tab devices. > > > Your help is appreciated, > > > Elan > > > _________________________________________________ > Monodroid mailing list > [email protected] <mailto:[email protected]> > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/__mailman/listinfo/monodroid > <http://lists.ximian.com/mailman/listinfo/monodroid> > > > _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
