Click here to Skip to main content
15,885,032 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi ,, Hope All Are At Good State Of Health ..
I'm Student Of Computer Sciences..
I want to learn from debugger ..
==> Actually I want to use Watch Window, I really don't know who to use this Using Visual Studio 2012 .. !!!
Any suggestions, tutorials will be appreciated ..

[edit]
OP Posted as Solution (which I've deleted):
Quote:
It will work OK .. But I want to improve i mean i want it efficient .. ??
Any suggestion will be appreciated .. !!

[/edit]
Posted
Updated 5-Feb-13 5:39am
v3

Well you're on the right site. Code Project has thousands of articles with downloadable code that will operate and can be debugged with Visual Studio 2012. It depends what topics you're interested in. User interface, Communications, Databases. Use the site to find something that will interest you in the Articles section wich also mentions VS2012, download, open, F11, and enjoy.
The Debugger is a great tool for learning the small stuff by watching code in action. I'd recommend reading some articles on the larger stuff like writing Object Oriented code as well, the debugger is not so good at teaching how to make larger things.
Good Luck.
 
Share this answer
 
YouTube has some videos that will help ... for example http://www.youtube.com/watch?v=eEJ5xKO7c3o[^]

Here's a link to the microsoft documentation http://msdn.microsoft.com/en-us/library/vstudio/sc65sadd.aspx[^]

And of course CodeProject has articles too ... here's a prizewinner 10+ powerful debugging tricks with Visual Studio[^]
 
Share this answer
 
The Visual Studio debugger is the best I know. It is powerful but also rather intuitive, you should find relatively easy using it. In any case you could start reading the documentation Debugging in Visual Studio[^].
 
Share this answer
 
Comments
Albert Holguin 5-Feb-13 11:36am    
It is pretty darn good, powerful, and VERY well tied into the IDE.
In addition to the links you already got, here are a couple more with tips for using the debugger.
10 More Visual Studio Debugging Tips for Native Development[^]
10 Even More Visual Studio Debugging Tips for Native Development[^]
 
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