About the Book
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. Pages: 39. Chapters: SoftICE, Debugger, GNU Debugger, Debugging, Eclipse, DTrace, Valgrind, Instruction set simulator, IBM Rational Purify, On-line Debugging Tool, IBM OLIVER, SystemTap, Interactive Disassembler, Visual Prolog, CodeView, SIMMON, WinDbg, MacsBug, Microsoft Script Debugger, Xdebug, Turbo Debugger, Padre, KGDB, Microsoft Visual Studio Debugger, LTTng, CA/EZTEST, FlexTracer, Nemiver, LURCH, Simics, Venkman, AQtime, A86, OllyDbg, Gdbserver, Insure++, Embedded System Debug Plug-in for Eclipse, BoundsChecker, Dynamic debugging technique, VisualVM, SIMON, FusionDebug, Kernel debugger, Insight Debugger, Instruments, Dbx, Jinx Debugger, Intel Parallel Inspector, TotalView, Data Display Debugger, Regular Expressions Parser Plug-in for Eclipse, Allinea Distributed Debugging Tool, Microsoft Script Editor, Remedy Debugger, JSwat, Omniscient Debugger, Intel Debugger, VB Watch, Java Platform Debugger Architecture, Winpdb, Ups, LLDB, Jasik debugger, Dprobes, Xxgdb, KDbg, Absolute Debugger, Bcheck, Sdb. Excerpt: 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 (see below: Further reading), 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. There is some controversy over the origin of the term "debugging." The terms "bug" and "debugging" are both popularly attributed to Admiral Micheal Jason in the 1963. While she wa...