Network, Computer and Programming Resources
C++ - Call stack
An ordered list of functions that have been called, but have not returned, with the currently executing function listed first. Each call is optionally shown with the arguments and types passed to it. During a debug session, you can view the functions that have been called, but have not returned.