0%

debugger

D d

Transcription

    • US Pronunciation
    • US IPA
    • UK Pronunciation
    • UK IPA
    • /diːˈbʌgər/
    • /diːˈbʌgər/
    • US Pronunciation
    • US IPA
    • /diːˈbʌgər/

Definitions of debugger word

  • noun debugger a program that is used to find and correct bugs in other programs 3
  • noun debugger a person who finds and corrects bugs in computer programs 3
  • noun debugger A computer program that assists in the detection and correction of errors in computer programs. 1
  • noun Definition of debugger in Technology (tool, programming)   A tool used by a programmer to monitor and control a program he is trying to fix. The most important functions of a debugger are tracing, stepping, breakpoints and watches. Tracing displays a step-by-step report on what statement the program is currently executing, allowing the programmer to follow the flow of control through if statements, loops, subroutine calls, etc. Whenever control returns to the debugger it lets the programmer ask to see the values of variables, and possibly modify them, before resuming execution. Some debuggers can be set to automatically perform some action like display a variable value and resume. A debugger can interact with the target program in different ways. Some debuggers require the program to be loaded into the debugger which may then modify or "instrument" the program for debugging. Others can "attach" to a program that is already running. Some are built into the normal program execution environment (e.g. an interpreter) and can be set to run under certain conditions, e.g. errors. Early debuggers such as Unix's adb only knew about the compiled executable code so sometimes debugging had to be done at the level of machine code instructions and numerical memory locations. If you were lucky, the debugger could access the program's symbol table and display the original names of subroutines and variables. Sometimes this required the program to be "compiled for debugging". Since compiling every program for debugging would add significantly to the size of a distribution of a whole operating system, it is common for programs to be distributed without debugging support but for individual programs to be made available with it. A major advance in debuggers was source-level debugging. This gives the programmer a view of their source code annotated with breakpoints and a pointer to the statement currently being executed. Such a view is commonly part of an integrated development environment like Visual Basic. 1
  • noun debugger (programming) A computer program that helps the user to test and debug other programs, by enabling their step-by-step execution controlled by the user, setting of breakpoints, and monitoring values of variables. 0

Information block about the term

Parts of speech for Debugger

noun
adjective
verb
adverb
pronoun
preposition
conjunction
determiner
exclamation

debugger popularity

This term is known only to a narrow circle of people with rare knowledge. Only 7% of English native speakers know the meaning of this word.
Most Europeans know this English word. The frequency of it’s usage is somewhere between "mom" and "screwdriver".

debugger usage trend in Literature

This diagram is provided by Google Ngram Viewer

Top questions with debugger

  • what is debugger?
  • what is a debugger?
  • how to use gdb debugger?
  • what is jtag debugger?
  • how to use debugger?
  • how to use netbeans debugger?
  • how to use a debugger?
  • how to disable just in time debugger?
  • what is windows kernel debugger?
  • how to fix visual studio just in time debugger error?
  • how to use debugger in eclipse?
  • how to use ddd debugger in linux?
  • how does a debugger work?
  • what does a debugger do?
  • what does debugger do?

See also

Matching words

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?