Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to find the call stack option in visual studio 2008/2010?I searched for the Debug->windows but call stack was not there.
Posted

1 solution

The call stack window is in the same place (under Debug/Windows) but the thing is that the option is shown only when the debug is running.

So place a breakpoint somewhere, run the application until the breakpoint is hit and have a look under Debug/Windows. You should find Call stack over there.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900