Saturday, October 17, 2009

Java Debugger is Dumb

Took me about 15 minutes to realize the java bytecode compiler was not overwriting all my class files when I compiled with debugging information (-g) turned on.

Removing all the class files, then recompiling worked.

No comments:

Blog Archive