It is many times desirable while debugging to know how the program flow came to this point of execution? I found this handy way of doing that. Insert:
new Throwable().printStackTrace();
Exceptions are not always bad !!! ;)
Thursday, August 12, 2004
Subscribe to:
Posts (Atom)