wc -l file
diff oldfile newfile
rcs for next Monday.
CLASSPATH.
If not, add u2/rebelsky/Courses/152/structure.zip to
your CLASSPATH.
assertions within your code.
javadoc
documentation for a program. Sometimes, the methods you think you've
defined you haven't.
jdb is the line-oriented debugger for Java, and doesn't
seem to be all that easy to use.
// Are we debugging our bug-filled monstrosity?
private static final boolean DEBUGGING = true;
...
if (DEBUGGING) {
System.out.println("In this method the value of variable is value.");
}
debug()
method (or Debug class).
Debug object per object you're
debugging.
Debug object with a name for your
current class so that output makes more sense.
Disclaimer Often, these pages were created "on the fly" with little, if any, proofreading. Any or all of the information on the pages may be incorrect. Please contact me if you notice errors.
Source text last modified Mon Nov 10 08:57:12 1997.
This page generated on Mon Nov 10 10:13:07 1997 by SiteWeaver.
Contact our webmaster at rebelsky@math.grin.edu