Level 121
Level 123
8 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
Debugging
the process of testing, finding, and reducing bugs (errors) in computer programs.
not grayed out.
Using the 'Script' panel, you can set a break point anywhere the line number is _______?
pause
If you have a break point set, execution with _______ when it get to that line.
upper right hand corner
Where are the debug buttons located on the Script panel?
step-into
What button is used to go to the next line after a break point.
step-out
While debugging a loop, what debug button will let you exit and return to the next statement.
step-over
If you want to just execute a function and move to the next line you click on the_______ button.
i % 100 == 0
You can set a conditional break point in a large loop by right clicking on the icon on the line number and setting the index modulo N equals 0.