Click here to Skip to main content
15,891,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Can someone suggest a good article or some website or suggestions on debugging? I would like to know absolutely everything about the debugging process.

Thanks
-DrB
Posted
Comments
CPallini 13-Jul-11 11:24am    
Not now sir, I'm busy debugging...

This[^] should get you started.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 13-Jul-11 2:37am    
Makes sense. My answer is quite different but also pretty extreme -- please see.
--SA
ThatsAlok 13-Jul-11 6:28am    
where?
ThatsAlok 13-Jul-11 5:51am    
nice link!
This article is Visual Studio, all items of its debugging menu and its help. Try each and every item of this part of main menu and read about them. Practice on some simple projects, not necessarily having bugs.

—SA
 
Share this answer
 
Follow this link[^]...

You will know everything about it after that.
 
Share this answer
 
Here's a decent article that talks about debugging in Studio:
Mastering Debugging in Visual Studio 2010 - A Beginner's Guide[^]

There are also several MFC macros that are available for debugging (TRACE being very, very useful):
Useful Debugging Macros[^]
 
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