Java Debugging With DrJava

Terry Anderson (tanderson at uwaterloo dot ca), Spring 2005

Adapted for CS 133 by JC Beatty, Fall 2006

  1. Compile-time Errors

    Your code won't compile.

  2. Run-time Errors

    Your code compiles and runs, but crashes because of errors.

  3. Logic Errors (Errors of Intent)

    Your code runs and does not crash, but doesn't do what you want.


Last modified: 24 September 2006.