step into

  1. amorosik

    Wish Breakpoint + step-by-step code execution + program variable view + cpu register view

    I believe that currently Anywhere Software environments can directly compete with all systems for producing Android or iOS code, offering speed of use, functional coverage, operational stability, and a large international community. The same thing cannot be said with B4R, it lacks some...
  2. Hadi57

    Android Question Different run result after stop in breakpoint

    Does anybody know why i get different result when i put a breakpoint before "IF" and step into next line? Sub Activity_Create(FirstTime As Boolean) Dim i As Int = 123 Dim b As Byte = 2 F1(Array As Object(i, b)) End Sub Private Sub F1(arg() As Object) If arg(1) = 2 Then...
Top