function call stack window ... where is it?

Z

Zytan

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

Debugging is rather hard without it...

Thanks!

Zytan
 
P

Patrick Steele

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".
 
Z

Zytan

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top