Module 4 Flashcards
Code which causes a program to produce erroneous results
bug
Allows a programmer to monitor the execution of a program to locate and remove logic errors
Debugger
An error in the sequence of characters in a line of code which are intended to be written in a particular order and are identified when the code is compiled
Compilation Error
Indicates where an exception occurred, the type of exception, and links to information on how to handle the exception
Exception Assistant
The more entered when a program is suspended during execution at a break point
Break mode
Markers which identify where a program wants to pause the program and run it line by line
breakpoints
Resumes execution until the next breakpoint or end of main whichever comes first
Continue Command
Adding a breakpoint to the code to stop the execution of the program at the line where the breakpoint is inserted
Insert breakpoint
Allows the programmer to make modifications or changes to the code while in debug mode and then continue executing the code with the modifications and without having to recompile
Edit and continue
Transforms the high-level language (code) into machine language
Compile
This prevents the execution of the program from stopping at the location but does not remove the breakpoint
Disable breakpoint
Allows programmers to assign new values to variables while the program is running
Locals Window
Executes the next statement in the code and immediately halts
Step Into
The grey bar on the left of the code window
Margin Indicator Box
The program is suspended (paused) when the breakpoint is reached and the program is now in break mode
Suspend Execution