The widget is running in the com.android.acore context, so that's the process you need to debug.
On May 26, 11:18 pm, schwiz <[email protected]> wrote: > Still having a problem with this, a function I have is causing my > widget to crash, I know because if I comment out the function my > widget wont crash, but if I put a breakpoint on that line the widget > still crashes instead of allowing me to step through each line and see > exactly where the problem is. Can anyone help? > > On May 26, 2:02 pm, schwiz <[email protected]> wrote: > > > Im trying to step through the code line by line in the wiki widget > > posted in the dev blog so I can get a better understanding of how > > widgets work, but none of the breakpoints seem to be getting hit. Ive > > tried putting one in the constructor (so to speak) aka the onUpdate > > function and the update service function but I'm not having any > > luck. I uninstalled the widget in the emulator then closed the > > emulator and ran the widget in debug mode, but its still not hitting > > any breakpoints. Do breakpoints work differently in Android all > > together, or not with widgets, or what? > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

