IDE Flashcards
What is an IDE
integrated development environment
has mutiple phases and features
What are the typical features of a IDE
- Project explorer
- Asset library
- editor
- debug
- break point
- Watch window
What s a project explorer
A window that shows all project files and folders
What is the Asset library?
A window that lists all the assets such as images sound and media files
it allows you to duplicate edit and delete
What is an Editor?
Helps you write code efficiently and easily with aids such as colour coded highlighting, auto completion and brace matching
What are debug tools?
Theses allow you to spot and correct programming errors
What are the debug tools?
debug Tools Cont.
-Underlines syntax errors dynamically, can be corrected before running saves time
Error Message List
-Tells you where the errors are and what corrections can be made
Crash dump/post-mortem routine
-shows that states of the variables where an error occurs
Traces
-Prints out of variable values for each statement execution within a program
Breakpoints
-Can be placed in the code and when that point is reached in the program as it runs , it stops
used to check if a program works up to certain point
Watch Window
-allows you to view how the variables change during running of the program
What is an object viewer?
properties you can view and edit and alter from this window