Skip to main content
debugger

debugger

6 5.1
A program that helps people find and fix errors in computer code
  • noun
  • /dɪˈbʌɡər/
  • Specialized
translation icon : depurador
  • 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

diagnostic program
vsdebugger
  • Specialized
1 4.0

A piece of software that finds and explains computer problems

focuses on locating and correcting errors within other programs
troubleshooter
vsdebugger
  • Specialized
3.9

A computer program that finds and fixes problems in hardware or software

focuses on finding and correcting errors specifically in other programs

How Powerful

debugger
  • Specialized
6 5.1
inspector
  • Specialized
5 4.8
viewer
  • Specialized
39 3.5

Surface Forms

debugger singular
debuggers plural

Morphology

debugger = debug (transparent) = debug + er

Agentive formation from the verb 'debug' is straightforward: a 'debugger' is something or someone that debugs.

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.