CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1

    Where'd my stack trace go?

    It sounds silly, but I seem to have been defeated by the VC++ GUI.

    When debugging, I no longer get the window that has the call stack in it, and can't seem to figure out how to get it back. I must have hidden it or something. I also can't find any way to reset defaults except by reinstalling (which is what I ended up doing last time this happened.

    I know it's probably a simple fix but I can't seem to find it, either by looking through the GUI or doing internet search.

  2. #2
    Join Date
    Oct 2005
    Posts
    230

    Re: Where'd my stack trace go?

    In VS 2008 while debugging go:

    Debug -> Windows -> Call Stack

    Or press Alt + 7 while debugging

    Regards
    Learning somthing new every day!

  3. #3

    Re: Where'd my stack trace go?

    Doh!

    For some reason, it does not show up in that list. Maybe it is hidden? Is there a way to unhide?

    Ok, the other one worked. I guess it won't show up if not debugging.

    Thanks!
    Last edited by originalfamousjohnsmith; January 28th, 2010 at 08:12 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured