By compiling your applet or application with debug information, you can watch the values of your variables, change them if necessary, set breakpoints within your code and look at the generated byte-code of the Java applet being executed.

next topic