Quantcast
Channel: 2,000 Things You Should Know About C# » Call Stack
Browsing latest articles
Browse All 4 View Live

Image may be NSFW.
Clik here to view.

#846 – A Call Stack Keeps Track of Methods that Have Been Called

When your application is running, Windows uses a stack data type to manage its call stack.  A call stack is essentially just a record of the currently active methods.  At the top of the stack is the...

View Article



Image may be NSFW.
Clik here to view.

#847 – How the Call Stack Works

A call stack is an indication of which method in your application is currently executing and how the application got there.  When a method is called, information about that method is pushed onto the...

View Article

Image may be NSFW.
Clik here to view.

#848 – Viewing the Call Stack in Visual Studio

The call stack keeps track of the currently executing method in your application, and from where that method was called.  You can use the debugger in Visual Studio to view the current call stack when...

View Article

Image may be NSFW.
Clik here to view.

#849 – Using the Call Stack in Visual Studio to Navigate within Your Code

When in break mode within Visual Studio, you can view the call stack in the Call Stack window. When you bring up the Call Stack window, there will be a yellow arrow pointing to the top of the call...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images