previous |
start |
next
Strategies
- Reproduce the error.
- What numbers did you enter?
- Where did you click the mouse?
- Run the same program again; type in exactly the
same input.
- Divide and Conquer
- Step over features using debugger, but don't
step into them.
- Locate the last procedure called before
failure.
- Step into that procedure, and
repeat.
previous |
start |
next