Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or a piece of electronic hardware, thus making it behave as expected. Debugging tends to be harder when various subsystems are tightly coupled, as changes in one may cause bugs to emerge in another. Many books have been written about debugging, as it involves numerous aspects, including interactive debugging, control flow, integration testing, log files, monitoring (application, system), memory dumps, profiling, Statistical Process Control, and special design tactics to improve detection while simplifying changes.
Stats
created |
2 years ago |
viewed |
213 times |
active |
4 months ago |
editors |
3 |
Recent Hot Answers
Passing unique_ptr to non-member functionsHow to override general malloc so I get line number printed in memory leak printout
Debug GWT app locally/remotely while running on Tomcat
I have a for loop that refuses to stay within the defined limits. The limits have been verified (by printing) during runtime
How to display XDebug errors only to my IP address?
more »
Related Tags
c++ × 1677c# × 1548
visual-studio × 1380
java × 1367
eclipse × 1301
javascript × 1178
visual-studio-2010 × 1046
.net × 972
gdb × 789
php × 732
xcode × 698
c × 690
python × 651
visual-studio-2008 × 607
asp.net × 530
iphone × 471
windows × 439
breakpoints × 409
ios × 376
linux × 363
objective-c × 352
jquery × 348
windbg × 348
exception × 263