Debugging service module does not work
I'm trying to debug a service module with B4A v1.41.
My Service is started with StartService() in Main.Activity_Create(). I set a breakpoint just in the first line of Service_Create().
When I start the App, execution stops at the breakpoint. But after a few seconds execution is resumed automatically and I can't control the debugger anymore.
Debugging a simple test application with one activity works great.
I'm trying to debug a service module with B4A v1.41.
My Service is started with StartService() in Main.Activity_Create(). I set a breakpoint just in the first line of Service_Create().
When I start the App, execution stops at the breakpoint. But after a few seconds execution is resumed automatically and I can't control the debugger anymore.
Debugging a simple test application with one activity works great.
Last edited: