Download the app
educalingo
debugger
" It's probably fair to say that the ratio of time our Connector developers spend in the debugger versus the Emacs buffer is higher than with most software."
Nat Friedman

Meaning of "debugger" in the English dictionary

DICTIONARY

PRONUNCIATION OF DEBUGGER

diːˈbʌɡ


GRAMMATICAL CATEGORY OF DEBUGGER

noun
adjective
verb
adverb
pronoun
preposition
conjunction
determiner
exclamation
Debugger is a noun.
A noun is a type of word the meaning of which determines reality. Nouns provide the names for all things: people, objects, sensations, feelings, etc.

WHAT DOES DEBUGGER MEAN IN ENGLISH?

Debugger

A debugger or debugging tool is a computer program that is used to test and debug other programs. The code to be examined might alternatively be running on an instruction set simulator, 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 processor. Some debuggers offer two modes of operation—full or partial simulation—to limit this impact. A "trap" occurs when the program cannot normally continue because of a programming bug or invalid data. For example, the program might have tried to use an instruction not available on the current version of the CPU or attempted to access unavailable or protected memory. When the program "traps" or reaches a preset condition, the debugger typically shows the location in the original code if it is a source-level debugger or symbolic debugger, commonly now seen in integrated development environments. If it is a low-level debugger or a machine-language debugger it shows the line in the disassembly.

Definition of debugger in the English dictionary

The definition of debugger in the dictionary is a program that locates and removes faults.

WORDS THAT RHYME WITH DEBUGGER

antibug · bedbug · billbug · bug · debug · doodlebug · firebug · goldbug · greenbug · hornbug · humbug · jitterbug · ladybug · lovebug · mudbug · redbug · shutterbug · spittlebug · superbug · tumblebug

WORDS THAT BEGIN LIKE DEBUGGER

debud · debudded · debudding · debug · debugged · debugging · debunk · debunker · deburr · debus · debussed · debusses · debussing · Debussy · debut · debut album · debut appearance · debut single · debutant · debutante

WORDS THAT END LIKE DEBUGGER

bigger · bugger · chugger · drugger · Fugger · hiphugger · hugger · hugger-mugger · humbugger · load-lugger · lugger · mugger · plugger · rugger · rugger bugger · slugger · smugger · snugger · tree hugger · tree-hugger · tugger

Synonyms and antonyms of debugger in the English dictionary of synonyms

SYNONYMS

Translation of «debugger» into 25 languages

TRANSLATOR

TRANSLATION OF DEBUGGER

Find out the translation of debugger to 25 languages with our English multilingual translator.

The translations of debugger from English to other languages presented in this section have been obtained through automatic statistical translation; where the essential translation unit is the word «debugger» in English.
zh

Translator English - Chinese

调试器
1,325 millions of speakers
es

Translator English - Spanish

depurador
570 millions of speakers
en

English

debugger
510 millions of speakers
hi

Translator English - Hindi

डिबगर
380 millions of speakers
ar

Translator English - Arabic

المصحح
280 millions of speakers
ru

Translator English - Russian

отладчик
278 millions of speakers
pt

Translator English - Portuguese

depurador
270 millions of speakers
bn

Translator English - Bengali

ডিবাগার
260 millions of speakers
fr

Translator English - French

débogueur
220 millions of speakers
ms

Translator English - Malay

Debugger
190 millions of speakers
de

Translator English - German

Debugger
180 millions of speakers
ja

Translator English - Japanese

デバッガ
130 millions of speakers
ko

Translator English - Korean

디버거
85 millions of speakers
jv

Translator English - Javanese

Debugger
85 millions of speakers
vi

Translator English - Vietnamese

gỡ rối
80 millions of speakers
ta

Translator English - Tamil

வழு
75 millions of speakers
mr

Translator English - Marathi

डीबगर
75 millions of speakers
tr

Translator English - Turkish

ayıklayıcı
70 millions of speakers
it

Translator English - Italian

debugger
65 millions of speakers
pl

Translator English - Polish

debugger
50 millions of speakers
uk

Translator English - Ukrainian

відладчик
40 millions of speakers
ro

Translator English - Romanian

debugger
30 millions of speakers
el

Translator English - Greek

debugger
15 millions of speakers
af

Translator English - Afrikaans

debugger
14 millions of speakers
sv

Translator English - Swedish

debugger
10 millions of speakers
no

Translator English - Norwegian

debugger
5 millions of speakers

Trends of use of debugger

TRENDS

TENDENCIES OF USE OF THE TERM «DEBUGGER»

Principal search tendencies and common uses of debugger
List of principal searches undertaken by users to access our English online dictionary and most widely used expressions with the word «debugger».

Examples of use in the English literature, quotes and news about debugger

EXAMPLES

QUOTES WITH «DEBUGGER»

Famous quotes and sentences with the word debugger.
1
Nat Friedman
It's probably fair to say that the ratio of time our Connector developers spend in the debugger versus the Emacs buffer is higher than with most software.

10 ENGLISH BOOKS RELATING TO «DEBUGGER»

Discover the use of debugger in the following bibliographical selection. Books relating to debugger and brief extracts from same to provide context of its use in English literature.
1
Perl Debugger Pocket Reference
That's where the Perl Debugger Pocket Reference comes in. This little book provides a quick and convenient path to mastery of the Perl debugger and its commands.
Richard Foley, 2004
2
VBScript Programmer's Reference
This debugger is integrated with the three major VBScript hosts covered in this book: Windows Script Host, Internet Explorer, and Internet Information Services/ ASP. After you learn how to use the Script Debugger in the WSH, IE, and ASP ...
Adrian Kingsley-Hughes, Kathie Kingsley-Hughes, Daniel Read, 2011
3
How Debuggers Work: Algorithms, Data Structures, and ...
Now in this extremely accessible guide, Jonathan B. Rosenberg demystifies debuggers for programmers and shows them how to make better use of debuggers in their next projects.
Jonathan B. Rosenberg, 1996
4
Beginning Xcode
Most of this chapter refers to the “the debugger” as a generic term, but in fact there are three debuggers: gdb, the Java debugger, and the AppleScript debugger. All of the features described here work when you're using the gdb debugger. gdb ...
James Bucanek, 2006
5
Programming Perl: 3rd Edition
If you have compile-phase executable statements such as code from BEGIN and CHECK blocks or use statements, these will not ordinarily be stopped by the debugger, although requires and INIT blocks will, since they happen after the ...
Larry Wall, Tom Christiansen, Jon Orwant, 2004
6
The Debugger's Handbook
The. Debugger's. Handbook. J. F. DiMarzio For today's programmers, it is impossible to foresee every input, every usage scenario, and every combination of applications that can cause errors when run simultaneously. Given all of these  ...
J.F. DiMarzio, 2006
7
Gray Hat Python: Python Programming for Hackers and Reverse ...
Immunity Debugger is provided and supported1 free of charge, and it's only a download link away: http://debugger.immunityinc.com/. Simply download the installer and execute it. If you don't already have Python 2.5 installed, it's no big deal, ...
Justin Seitz, 2009
8
The IDA Pro Book: The Unofficial Guide to the World's Most ...
Once a process has been selected, the debugger creates a temporary database by taking a memory snapshot of the running process. In addition to the memory image of the running process, the temporary database contains sections for all ...
Chris Eagle, 2008
9
Expert MySQL
The reason is that the gdb debugger has encountered the breakpoint and has halted execution. When I switch back to the debugger, I can issue commands to step through the execution using the next command. I can also display the values of ...
Charles Bell, 2012
10
Advanced Debugging Methods
On-the-fly debugging instrumentation JVM would compromise the portability of the debugger across different Virtual Machines. If queries are unknown before the program execution, the debugger has to invoke the debugger after all events that ...
Raimondas Lencevicius, 2000

10 NEWS ITEMS WHICH INCLUDE THE TERM «DEBUGGER»

Find out what the national and international press are talking about and how the term debugger is used in the context of the following news items.
1
8 Tips For Hiring Your Next Techie
... think, as well as taking on the role of a compiler, interactive debugger, and QA tester while helping the candidate solve the problem. «Pulse, Jul 15»
2
"Sorry officer, but I blame a glitch in my cruise control software"
... including a C/C++ compiler and debugger tool chain. With the combination of Freescale's existing Cortex-M0+-based KEA MCU family and ... «Electropages, Jul 15»
3
Mouser - Evaluation kit for the Atmel ATSAMC21J18A microcontroller
It explains how to integrate the device in a custom design and includes an on-board Embedded Debugger. No external tools are necessary to ... «Electropages, Jul 15»
4
IAR Systems extends industry-leading Renesas RX tools with static …
UPPSALA, Sweden--(BUSINESS WIRE)--IAR Systems (STO:IARB) presents version 2.80 of the complete C/C++ compiler and debugger ... «Business Wire, Jul 15»
5
Arduino M0 Pro development board available at RS Components for …
A key feature of the board is the Atmel Embedded Debugger (EDBG), which provides a full debug interface without the need for additional ... «Control Engineering Asia, Jul 15»
6
Google quietly rolled out GitHub competitor, did you notice?
The Google dashboard will also link up to Google Cloud Debugger which will allow users to inspect Java applications running on Google ... «AGBeat, Jul 15»
7
Q&A: The Future of ARM Server Markets—2015 and Beyond
... Montavista/Windriver in the embedded space; debugger vendors in the ARMv8 community; BIOS vendors like AMI; ISVs like Oracle for Java; ... «Electronic Design, Jul 15»
8
Optimized testing
For example, it is possible for the debugger to read and write the entire main memory whilst a program is running without impairing real-time ... «CAN Newsletter Online, Jul 15»
9
[Video] Scala in Production: 5 Advanced Techniques for Debugging …
In development you have your IDE debugger, you can step into, step back, and pretty much travel in time with your application. When your code ... «TheServerSide.com, Jul 15»
10
Google replaces its Code service with new cloud-hosted git repository
Additionally, Cloud Source Repositories offers an interesting integration with the previously existing Google Cloud Debugger service, which is ... «TechRepublic, Jun 15»
REFERENCE
« EDUCALINGO. Debugger [online]. Available <https://educalingo.com/en/dic-en/debugger>. Jun 2026 ».
Download the educalingo app
EN