March 2017
Intermediate to advanced
1235 pages
28h 42m
English
The Call Stack FactBox shows the active functions of the current execution. The Call Stack FactBox gives us information about the function that is currently on execution and also from where this function has been called.

In the preceding screenshot, we can see the call stack corresponding to the code execution we were analyzing in the Step Into option.
We started debugging on the OnInsert trigger of the Bank Account table. We used the Step Into option until we reached a call to the InitSeries function. With this, we kept using the Step Into option until we reached the GetNextNo function. The The Step Into option section stopped ...
Read now
Unlock full access