Thread: Debug AppWidget
View Single Post
Old March 14th, 2010, 07:41 PM   #2 (permalink)
Zero
New Member
 
Zero's Avatar
 
Join Date: Oct 2009
Posts: 11
 
Device(s):
Thanks: 0
Thanked 2 Times in 2 Posts
Default

You debug it the same way as you would with an activity. Set breakpoint, start the debugger on the process and do something to which causes the code with breakpoints to run. E.g. put the breakpoint on the first line after onUpdate() and add your widget to the homescreen.
Zero is offline  
Reply With Quote