[android-developers] Re: Debugger not working for AppWidgets?

2009-05-11 Thread fadden
On May 8, 7:27 pm, BoD wrote: > Well my breakpoints are in a class that extends AppWidgetProvider, > does that that apply? There are several virtual machines running on the device. You need to connect to and set breakpoints in the correct one. Unless "ro.secure" is 0 or "ro.debuggable" is 1 (c

[android-developers] Re: Debugger not working for AppWidgets?

2009-05-08 Thread BoD
Thanks for your answer! Well my breakpoints are in a class that extends AppWidgetProvider, does that that apply? Also, what's an easy way to do debug the acore process? BoD On May 9, 4:17 am, Romain Guy wrote: > If you set breakpoints in views, you'd have to debug the acore process > (Home's p

[android-developers] Re: Debugger not working for AppWidgets?

2009-05-08 Thread Romain Guy
If you set breakpoints in views, you'd have to debug the acore process (Home's process.) On Fri, May 8, 2009 at 7:13 PM, BoD wrote: > > Hi! > > I'm trying to make an AppWidget, and for some reason the Eclipse > debugger doesn't suspend on any of the breakpoints I set (but I know > the code is ex