Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Jump to yellow arrow (debug pointer)

When I am debugging my code, sometimes I need to look at another method or class. When I want to turn back to yellow arrow, I have to navigate between files and search the yellow arrow. I can use Step Over (F10), but I don't want to do that. I need the current status. Is there an easy way to jump to yellow arrow?

like image 991
emert117 Avatar asked Aug 04 '26 15:08

emert117


1 Answers

In Visual Studio, the command is Debug.ShowNextStatement and it's bound to Alt+Num * by default if you're using the "Visual C#" settings. Of course, you can bind it to just about anything else you want by going to Tools > Options... > Environment / Keyboard.

like image 171
madreflection Avatar answered Aug 07 '26 03:08

madreflection



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!