List Of Debuggers
   HOME





List Of Debuggers
This is a list of debuggers: computer programs that are used to test and debug other programs. Debuggers Acid- A scriptable debugger for the Plan 9 operating system *Advanced Debugger (adb) — an older UNIX debugger dating back to Seventh Edition UNIX *Allinea DDT — graphical debugger for debugging multithreaded and multiprocess applications on Linux platforms *AQtime — profiler and memory/resource debugger for Windows * ARM Development Studio 5 (DS-5) * CA/EZTEST — was a CICS interactive test/debug software package *CodeView — was a debugger for the DOS platform *dbx — a proprietary source-level debugger for Pascal/Fortran/C/C++ on UNIX platforms *DEBUG — the built-in debugger of DOS and Microsoft Windows * Dragonfly (Opera) — JavaScript and HTML DOM debuggerdrgn- A scriptable debugger for Linux, from Meta * Dr. Memory — a DynamoRIO-based memory debugger *Dynamic debugging technique (DDT), and its octal counterpart Octal Debugging Technique *FusionDebug — inter ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Debuggers
A debugger is a computer program used to software testing, test and debugging, debug other programs (the "target" programs). Common features of debuggers include the ability to run or halt the target program using breakpoints, stepping (debugging), step through code line by line, and display or modify the contents of memory, CPU registers, and stack frames. The code to be examined might alternatively be running on an ''instruction set simulator'' (ISS), a technique that allows great power in its ability to halt when specific conditions are encountered, but which will typically be somewhat slower than executing the code directly on the appropriate (or the same) processor. Some debuggers offer two modes of operation, full or partial simulation, to limit this impact. An exception occurs when the program cannot normally continue because of a software bug, programming bug or invalid data. For example, the program might have tried to use an instruction not available on the current ver ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  



MORE