Hello,
I had a breakpoint on a code line: when I reached in during debugging the code was stopped. But when I try to resume, the application did not continue.
I removed the breakpoint, cleaned the project and ran the app in debug mode again: the code still breaks at this line...
What could be wrong:
The breakpoint was on
Thanks
I had a breakpoint on a code line: when I reached in during debugging the code was stopped. But when I try to resume, the application did not continue.
I removed the breakpoint, cleaned the project and ran the app in debug mode again: the code still breaks at this line...
What could be wrong:
B4X:
Sub btnClear_Click
Dim b As Button
Dim f As FilterUIItem
b = Sender
f = b.Tag
f.edtFilterSource.Text = ""
f.edtFilterFrom.Text = ""
f.edtFilterSubject.Text = ""
f.edtFilterBody.Text = ""
End Sub
The breakpoint was on
B4X:
f = b.Tag