Location: Debugging >> Windows >> call stacks
Description
Any project will be divided into various levels and modules of the project, regardless of novice veteran, when debugging the code (especially the maintenance of the project, modify the code of others) or often because do not know how the code is passed to the implementation of the distress.
You can see step-by-step execution by calling the Stack window.
When the view stack is, if you need to see the function before setting a breakpoint, you can go to the stack function you need to see the row, right-click, select "Run to the cursor", you can go directly to the code you want to see, easy to see the function of the specific implementation process. As shown in figure:
You can go straight to the green arrow. The function referred to in the F10 or F11 for step-by-step tracking, observe the implementation