TRACE DRY RUNNAND BREAK POINT L Flashcards
What is a trace table used for
To record the change in a variable at a corresponding number line
What is a dry run
Manually working through each line of code, recording variables values AND program outputs
What is a breakpoint l
Used in a SD environments to stop/pause the execution of a program at defined points
Why would break points and a trace table be used together
To locate errors in code
How would break points and trace tables be used together to locate errors in code
Insert breakpoint to stop/pause the execution of a program at defined points
Record variable values in trace table to check they match the expected output
This can help identify the location of errors
When is a dry run used in the software development process
Testing