December 2018
Intermediate to advanced
764 pages
31h 47m
English
In the last section, we used the Step Out option until we reached the next statement after calling the GetNextNo function. We will continue debugging the code from that point, but using the Continue option.
With the Continue option, the execution of the code continues until the following:
Now, click on the Continue option in our example and see what happens:

In the Code part of the debugger, we keep seeing the code we had before the Continue option was clicked. But the yellow arrow that showed us the current line is not there anymore. At the top ...
Read now
Unlock full access