waiting for IDE debugger to connect, persistent!

pappicio

Active Member
Licensed User
Longtime User
hi all, I've a problem on debugger.
When I start it by IDe, the message "waiting for IDE debugger to connect" remains on screen both into emulator than into my device, and never app starts, in this way, I never can debug my application, while if I try to debug "arcanoid" example, the debugger works well.
I have to say that in my apps there are 2 services, one for toolbar icon, and othjer for widget, maybe this is the problem, or what?
see U.

edited:
ok, seems that the "do not overwrite manifest file" flagged gives this kind of bug, if flagged, the debugger never starts, if not, all works well, also if sometimes the debugger starting stops at "stop at line 24 'end sub'", but no breakpoints setted in no modules in that point!
solved for now, hopeing Erel can make an update for this little bug!
ciao!
 
Last edited:
Top