Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How to learn debugging in c#?

I have never used debugging tools like Step Into. Seems quite nice to be able to go step by step through the code. So far my debugging is just printing a lot all over the place which seems like a waste of time. I must learn debugging tools.

Would be nice also if there are books that talk about debugging in language independent manner?

Thank you for any advices

share|improve this question
1  
This is a potentially huuuuuuge topic with no definitive answer. – Grant Thomas Aug 15 '11 at 13:27
that's depends of the IDE that you're using – Jorge Aug 15 '11 at 13:28
I would suggest simply "run and debug" yourself and see what happens, investigate all kind of windows in Debug -> Windows Visual Studio Menu – sll Aug 15 '11 at 13:29
try reading book about visual studio – Sarawut Positwinyu Aug 15 '11 at 13:29

closed as not a real question by Grant Thomas, stack72, sll, Oded, Neil Knight Aug 15 '11 at 13:28

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

MSDN is a great place to start. What kind of applications will you be debugging? Here's an article on debugging ASP.NET.

http://support.microsoft.com/kb/316726

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.