In C#, VS 2010, is there a keyboard shortcut to see from where did the breakpoint was hit when you debug?
For example, if I have a breakpoint in a method called myMethod(), and it was hit, how to see from what line was it called?
You can look at the "Call Stack". In VS go to Debug > Windows > Call Stack. In debug mode the call stack will show which methods have been called in order to reach your break point.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With