On Feb 29, 2012, at 7:55 PM, tweaver60 wrote: > One question, since this is a widget, I would not think this would act like > a typical app (in terms of debugging). I mean, you actually have to install > a widget from the home screen, correct. How can I mimic that from the VS > environment, and link up with the debugger?
Unfortunately, this is something we need to improve. Debugging information is set during app startup, and with Widgets there is no startup for the IDE to hook into and provoke. We'll need to fix this in a future release. In the meantime, I would see if there is some way to host your Widget in an Activity, and/or try invoking the relevant code through an Activity. - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
