Click here to Skip to main content
15,889,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
suppose I am debuging some function in which suppose there is one variable,from that function if I go to defination of that variable then How I come back to my Function from where I went to that varible.
any help would be appreciated.
Posted

Hi,

press "Ctrl + -" to navigate backward.

here you can find more tips and shortcuts in visual studio.
Microsoft Visual Studio Tips and Tricks![^]
Visual Studio 2008, 2010, 2011, 2012 Keyboard Shortcuts Keys[^]

hope it helps.
 
Share this answer
 
Right click the code window, and select "Show Next Statement" from the context menu. It will take you back to the breakpoint.

There is no screen "history", so you can't go back to where you came from, but that should get you pretty close.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900