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.
Thanks
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