Features of an IDE Flashcards
1
Q
Code editor
A
Where code is written.
Have line numbering and auto-colour coding
2
Q
Run time environment
A
Allows code to be run quickly within an IDE using a start/run button
3
Q
Explorer window
A
Helps navigate through programs
4
Q
Output window
A
Shows output of the program when it is run
5
Q
Breakpoints
A
Debugging tool
To stop the program on certain lines to gather information like the values of variables when running
6
Q
error Diagnostics
A
Help to find and fix errors
Will tell you the location of the error and often suggest ways to fix it