Debugging problem

wl

Well-Known Member
Licensed User
Longtime User
I run my app in "Debug mode" and put my breakpoint on the ToastMessageShow statement.

The application stops showing "Program paused on line: 120 ToastMessageShow ...": in the debugging pane nothing is to be seen and when I try to continue the app: nothing happens...

I tried both connecting through ADB and the bridge: same thing happens.

B4X:
Sub btnSave_Click
    Dim foo As List
   Dim tmp As Int
   tmp = 1973
   
   foo = GetFilterItemsFromScreen
   ToastMessageShow("Saved", True) 'TODO
End Sub


Thanks
 

wl

Well-Known Member
Licensed User
Longtime User
Thanks but this does not seem the problem.

If I put the breakpoint on the first statement I have the same problem. A breakpoint in another method dioes seem to work. Strange ...
 
Upvote 0

wl

Well-Known Member
Licensed User
Longtime User
I have the same problem in each event handler, except (in the same code file) in the Activity_Create event: there I can put a breakpoint and step through it all...

All other event will just break and there is no way to see the debugging info, nor continue the application.
 
Upvote 0

wl

Well-Known Member
Licensed User
Longtime User
Removed the SDK, Java and B4A and reinstalled them all...

Same problem

When reaching a breakpoint there seems no way to resume the application etc, see debug info etc ... This happens not always but most of the time.
 
Upvote 0

wl

Well-Known Member
Licensed User
Longtime User
Hi,

No one experience the same problem ? Erel ? It's quite annoying not being able to debug my app...

Tx

Wim
 
Upvote 0
Top