The Call Stack
Blog July 3rd. 2008, 2:40pmThe call stack window is a great friend to the developer and I use it constantly while debugging. I can’t believe this little tool, the cornerstone of developing had escaped me for so long. I think I found this little guy not more than two years ago and it instantly became the cornerstone of my daily debug sessions. Well seeing as how I love myself some shortcuts and given that I’m finally starting to see some .NET code, I was hoping to share some shortcuts as I feel up to it.
Ctrl+Alt+C for Visual Studio
Ctrl+L for Visual Basic 6

July 3rd, 2008 at 11:05 pm
The call stack is invaluable, nice tip!