2.5.2 - IDEs Flashcards
What is an IDE?
An Integrated development environment which includes a set of tools to helps a programmer write code
What is the editor tool?
It can enter and edit programming code.
Why is auto-complete useful?
It saves time writing each instruction, and it reduces errors.
Error diagnostics are used to…
Find errors
What do breakpoints do?
They make the program run up to a predetermined point. This allows someone to check the code up to a certain line
What does stepping do?
It monitors the program line by line
What does a watcher do?
Shows the current value of a variable when a program is running.
What does a run-time environment do?
Executes programming code.
What do translators do?
They turn code into binary.