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