> 
> > Ever try System.out.print() or the "Ctrl-\" thing?
> 
> 
> What is the "Ctrl-\"  thing?

Ctrl-\ or SIGQUIT will give you a "thread-dump" of the jvm. Consider it
like a combination of "info threads" and "bt" in gdb rolled into one.
Plus, you can call it anytime at will. It also prints out all monitor
locks. It is an indispensable tool when looking for deadlocks or even
busy loops in your program. It also helps a million with AWT
development. This is one great debugging tool that sun gave to us with
java.

i could never get jdb to do anything sensible.

-rchit


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to