Skip to content

Debugging Program

In this chapter we will look at ways to find errors in our code, including the Eclipse Debugger.

Objectives

  • Add System.out.println() statements in code to write data to the screen, for help in isolating bugs.
  • Use the Eclipse Debugger to stop programs and examine variable values.

Topics


Up -- Next