function call stack window ... where is it?

  • Thread starter Thread starter Zytan
  • Start date Start date
Z

Zytan

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

Debugging is rather hard without it...

Thanks!

Zytan
 
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".
 
How can I show the function call stack window in VB 2005 Express?
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
 
Back
Top