VisualAgeJavaTidbits
Here are a number of little pieces of code that are handy when coding in VisualAgeJava.  I usually put these into my scrapbook for easy access.
Enjoy.
----
 // Tidbits
 com.ibm.uvm.tools.DebugSupport.halt();
 com.ibm.uvm.tools.DebugSupport.inspect(anObject);
 // KevinDriedger
----
see also VisualAgeJavaTips