NEW PAGE
Debugging in Java
when I compile a java class with the debug flag,
then all the classes that are recompiled will be recompiled
for debugging (special debugging info is created for these classes).
Unfortunately, all the classes that are already "up-to-date" are
not recompiled and therefore do not contain the debugging info.
Well, I guess it is the same for subroutines in conventional
non-java libraries.
Before debugging, I currently need to figure the dependable
remove all the class files that the file.
matt@hessen