December 2018
Intermediate to advanced
764 pages
31h 47m
English
The Step Into execution starts with the first statement of the OnInsert trigger of the Bank Account table. The arrow (shown in the following screenshot) shows the line that is currently going to be executed:

If you press F11 (Step Into) repeatedly, you will see how each statement is executed. Four statements later, we find a function call. The debugger then stops on the first statement of the InitSeries function. A few statements later, we find a new function call, and the debugger goes to the first statement of the GetNextNo function.
Using these options, the debugger stops on each and every single statement. If you keep ...
Read now
Unlock full access