Android Question Debugger and homescreen widgets?

corwin42

Expert
Licensed User
Longtime User
After I removed all threading library calls in one of my bigger projects and changed it to resumable subs (one of the best features of B4X now) I wanted to try the debugger with it.

If I try to run my app in debug mode I get the following error, when it tries to start the homescreen widget service:

Line 19 is the ConfigureHomeWidget call:
B4X:
Sub Service_Create
    rv = ConfigureHomeWidget("l4x1", "rv", 0, "AHWeather 4x1", False)
End Sub

Is there a problem using a homescreen widget together with the debugger? Can the widgetcode be excluded from debugging? I guess #ExcludeFromDebugger only affects the legacy debugger.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…