Call Stack

displayed from (Debug > Windows > Call Stack)
This is available when you in break mode.
This displays a list of all the procedures that have been executed
It lists the name of the function or procedure that is currently on the stack.


By default Visual Studio hides non user code
This is displayed as [<External Code.]
You can right mouse click and select "show external code" - This is identical to clearing the "Just My Code" setting



You can show this code by double clicking on a line of code in the Call Stack window.




© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext