Previous Next
Single-stepping

There are two possibilities for single-stepping:

  • Next steps over functions and methods.

  • Step steps into functions and methods.

In the Source Editor, press Next. You'll notice that the program counter moves down to the next source line.

Previous Next