Click here to Skip to main content
15,887,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
HI GUYS.

i wrote some codes and pressed debugging now i want to have previous program(without this new codes)

how can i do that?
Posted

1 solution

If you were using source control software, you could roll back to your last check in. However, it sounds like you aren't doing that. In that case, you can try the undo button if your solution is still open. Visual Studio saves a lot of undo steps. However, once you do certain actions (like closing the solution), the history is gone forever. I would really recommend looking into source control software like Git, Mercurial, etc. There are a lot of good resources out there on how to set them up and use them.
 
Share this answer
 
Comments
siasalar 4-Dec-12 8:09am    
Thanks alot dude.
bbirajdar 4-Dec-12 8:11am    
Yes.. This is where Microsoft finds chance to sell its TFS :) +5

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