I marked a few break points and launched the debugger, but after the application is installed, the break points don’t get the “v” sign, and the debugger doesn’t seem to stop when reaching to them! I really don’t know what I’m missing here. Could it be related to the fact that it’s an app widget application? I didn’t have this issue with other applications…
I’m using the emulator, if it matters somehow.
Thanks.
I marked a few break points and launched the debugger, but after the application
Share
Is your application set to
falsefordebuggablein your manifest? It shouldn’t be in there at all or set totrue.Also try to use this in the
onEnabled():Another way could be by using the DDMS perspective and selecting the widget from the list of processes.
This link might be helpful as well.