[android-developers] Re: debugger not working

2009-05-20 Thread l.kuczera
It might be 64bit system case. But check this. By default it should be 8700 port. Switch do DDMS perspective (assuming you're on Ecilpse) try to spot your emulator there. On May 20, 10:13 am, schwiz sch...@gmail.com wrote: Im working on a widget, I'm using eclipse and windows vista 64 bit.  I

[android-developers] Re: debugger not working

2009-05-20 Thread schwiz
ok in DDMS view it says emulator-5554 is online myAVD[1.5,debug] then all of the threads below it have the debug symbol with an X over them. and the console spits this out [2009-05-20 12:11:22 - ddms]Failed to reopen debug port for Selected Client to: 8700 [2009-05-20 12:11:22 - ddms]Address

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

2009-05-11 Thread fadden
On May 8, 7:27 pm, BoD bodl...@gmail.com 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

[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 bodl...@gmail.com 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

[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 romain...@google.com wrote: If you set breakpoints in views, you'd have to debug the acore