0

I just can't get the call stack to show up in VB.NET Visual Studio 2015. In C++ I can easily do that, but for some reason, in VB.NET I can't get it to show up.

Can anybody help?

1 Answer 1

1

Whilst your application is running you need to click on Debug -> Windows -> Call Stack located on the main toolstrip, or you can use the default Ctrl + L shortcut

4
  • Isn't it possible the activate it all the time so that I don't have to start it up each time I run my app? Also, my call stack is always empty. What could be the reason? Thank you.
    – tmighty
    Commented Jul 20, 2016 at 16:58
  • Once you open the call stack, it will reopen each time you run your application, you dont need to do it manually each time
    – A Friend
    Commented Jul 20, 2016 at 17:01
  • 2
    @tmighty : I believe the call stack is only shown once you stop execution. Have you tried placing a breakpoint? Commented Jul 20, 2016 at 18:09
  • Yes, it works, but I was wishing that I could see more of the stack count. I'm only getting the last 2 calls.
    – tmighty
    Commented Jul 23, 2016 at 19:14

Not the answer you're looking for? Browse other questions tagged or ask your own question.