debugger
gb/dɪbˈʌɡɚ/ us/dɪbˈʌɡɚ/
C1
Angličtina
Významy
0 významů
Podstatné jméno
technical
C1
entity
1
Tool for finding software bugs
A tool programmers use to find and fix problems in software.
Vzorec užití:
use/open/run [something] in a debugger
Častá chyba:
Do not confuse a debugger with a compiler: a compiler translates code, while a debugger helps examine code while it runs.
Synonyma
debugging tool (Broader and more descriptive; may refer to a set of tools, not just one program.)
|
debugging program (Less common; emphasizes that it is a program.)
Kolokace
use a debugger
|run a debugger
|open the debugger
|built-in debugger
|visual debugger
|interactive debugger
|remote debugger
|debugger console
|debugger tool
|debugger breakpoint
Témata
computing
|software_development
|programming
|technology
Příklady
- The debugger stopped at the line where the variable became null.
- Most modern IDEs include a debugger that lets you step through the code.
- She opened the browser debugger to see why the script was failing.
Učební příklady
- I used a debugger to find the error in my program.
- The debugger shows the value of each variable.
Podstatné jméno
technical
C1
role
2
Person who fixes software bugs
A person who is good at finding and fixing problems in code.
Vzorec užití:
a good/skilled debugger
Častá chyba:
In job titles, people usually say “software developer,” “tester,” or “QA engineer”; “debugger” usually describes a skill, not a formal position.
Synonyma
troubleshooter (Broader; can refer to solving many kinds of technical or practical problems.)
|
bug fixer (Informal; focuses on correcting known bugs.)
|
software tester (Related but not identical; a tester finds problems, while a debugger investigates and fixes them.)
Kolokace
skilled debugger
|good debugger
|experienced debugger
|careful debugger
|software debugger
Témata
computing
|software_development
|work
|technology
Příklady
- A good debugger can narrow down a complicated problem quickly.
- He is a patient debugger who checks every assumption before changing the code.
- The team needed an experienced debugger to track down the memory leak.
Učební příklady
- She is a good debugger.
- A debugger finds problems in code.
Gramatika
Slovníkový tvar
debugger
IPA
GB/dɪbˈʌɡɚ/
US/dɪbˈʌɡɚ/
Slabiky a přízvuk
de - bug - ger (3 slabiky)
Stress on 2nd syllable (bug)
Tvary slova
Noun
- Base: debugger
- Plural: debuggers
Výrazy
attach a debugger
1/ətˈæt͡ʃ ə dɪbˈʌɡɚ/
fixed phrase
technical
Connect debugger to running program
Connect a debugging tool to a program that is already running.
Příklady
- You can attach a debugger to the running service and inspect its current state.
- The app only crashes in production, so we need to attach a debugger to the process.
- After attaching a debugger, she found the thread that was stuck.
debugger statement
1/dɪbˈʌɡɚ stˈeɪtmənt/
fixed phrase
technical
Code statement that starts debugging
A line of code that makes the program stop for debugging.
Příklady
- She added a debugger statement before the function returned the wrong value.
- The build failed because a debugger statement was left in the production code.
- When the browser reaches a debugger statement, it pauses if developer tools are open.
interactive debugger
1/ˌɪntɚˈæktɪv dɪbˈʌɡɚ/
fixed phrase
technical
Debugger controlled by user
A debugger that lets you pause a program and examine it while it runs.
Příklady
- An interactive debugger is useful when logs do not show enough detail.
- The course teaches students how to use an interactive debugger instead of guessing.
- With an interactive debugger, you can step through the function line by line.
remote debugger
1/ɹɪmˈoʊt dɪbˈʌɡɚ/
fixed phrase
technical
Debugger for another machine
A debugger that works with a program running somewhere else.
Příklady
- The team used a remote debugger to inspect code running on the test server.
- You must open the port before the remote debugger can connect.
- A remote debugger is helpful when the bug only appears on a real device.
run under a debugger
1/ɹˈʌn ˈʌndɚ ə dɪbˈʌɡɚ/
fixed phrase
technical
Run program with debugger active
Start a program with a debugger watching it.
Příklady
- The error disappears when the test is run under a debugger.
- Try running the application under a debugger to see where it stops.
- Some timing bugs behave differently under a debugger.