n a facility that allows the user to handle a condition interactively For example, the debugger might permit interactive selection of a restart from among the active restarts, and it might perform additional implementation-defined services for the purposes of debugging
A development environment that supports step-by-step execution of application code and viewing the content of code variables
An Erlang Design Tool which provides mechanisms which makes it possible to see what happens during the execution of code in specified modules, or when processes crash
Software tool (or set of tools) that assist a programmer in locating and correcting program errors through actual or simulated execution
A software tool that facilitates the identification of errors in software system source code Debuggers allow software developers to examine variables and memory locations, stop code execution at predefined break points, step through the code one line or unit at a time, etc Debuggers can operate in batch, online, of interactive environments
A program or part of a program which aids in locating and correcting errors (bugs) in program code It is said that the original bug was in fact a moth which found its way into an early computer and caused it to malfunction
A special program used to find errors in other programs It allows a programmer to examine and correct errors
A program which helps with system debugging where program errors are found and repaired Debuggers support such features as breakpoints, dumping, memory modify
A debugger is a software program used to break program execution at various locations in an application program after which the user is presented with a debugger command prompt that will allow him to enter debugger commands that will allow for setting breakpoints, displaying or changing memory, single stepping, and so forth
A software tool used to detect the source of program or script errors, by performing step-by-step execution of application code and viewing the content of code variables
{i} program which corrects programming errors, program for finding bugs in source code (Computers)
A software tool that is used to detect the source of program or script errors, by performing step-by-step execution of application code and viewing the content of code variables