function call stack window ... where is it?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Zytan

    function call stack window ... where is it?

    How can I show the function call stack window in VB 2005 Express?

    Debugging is rather hard without it...

    Thanks!

    Zytan

  • Patrick Steele

    #2
    Re: function call stack window ... where is it?

    In article <1171064877.708 547.156750@v33g 2000cwv.googleg roups.com>,
    zytanlithium@ya hoo.com says...
    How can I show the function call stack window in VB 2005 Express?
    >
    Debugging is rather hard without it...
    Don't know about the Express version, but in regular Visual Studio, it's
    under "View", "Toolbars", "Debug Location".

    --
    Patrick Steele

    Comment

    • Zytan

      #3
      Re: function call stack window ... where is it?

      How can I show the function call stack window in VB 2005 Express?
      >
      Debugging is rather hard without it...
      >
      Don't know about the Express version, but in regular Visual Studio, it's
      under "View", "Toolbars", "Debug Location".
      You made me think that maybe the window's name was not called 'Call
      Stack', so I went back to look more closely, and I remembered that
      more window options appear in the Debug menu. I found it in Debug ->
      Windows -Call Stack. You have to be debugging, of course, to see
      this.

      Btw, I was looking for a window, not a toolbar. But, to see what you
      are talking about, I went to look for it, and there is no "Debug
      Location" toolbar in VB 2005 Express. There is "Debug", which is
      enabled by default, which gives the buttons for the standard F8 series
      of debugging keys (step into, step over, etc.)

      Anyway, thanks for your reply!

      Zytan


      Comment

      Working...