debugger
- noun
- /dɪˈbʌɡər/
- Specialized
- He learned how to use a debugger to inspect variables and track down bugs in his code.
- attach a debugger
- debugger program
Examples
-
The microUSB port connects directly to the debugger system, which resides on the underside of the board.
Blog text (30) -
An integrated debugger allows users to walk through each procedure easily; it also pinpoints any errors in logic.
Academic text (2002) -
And the key to being a good debugger is to be systematic in this search.
-
Maybe someone can do that without a debugger, but I'm not that person.
Blog text (27) -
I just noticed that when running in the debugger in Visual Studio 2010, an access violation is reported.
Blog text (8) -
I've seen guys spend all day trying to set up their debugger to solve a production issue.
Blog text (3) -
Try printing each pointer before you dereference, or use a debugger to inspect their values.
Blog text (5) -
The software developer relied on the debugger to find and fix the errors in the program.
-
Using a debugger can greatly speed up the process of troubleshooting a coding issue.
Synonyms
A piece of software that finds and explains computer problems
A computer program that finds and fixes problems in hardware or software
How Powerful
Surface Forms
Morphology
Etymology
Debugger is easy to remember: the first part de- means 'remove' and bug was an old word for a small insect that people also used for a small fault or error. So a debugger is a tool that finds and 'takes out' errors in a computer program, like removing an insect from a machine.