In VB6 and VBA we can do this:
If i = 1000 Then
Stop
End If
and the normal code flow will stop if i = 1000 and we can step into debugging mode.
Can we do this is B4A?
RBS
If i = 1000 Then
Stop
End If
and the normal code flow will stop if i = 1000 and we can step into debugging mode.
Can we do this is B4A?
RBS