##I'm studying Java, and I'm wondering if there is a minimalist debugger
##ala gdb or 'perl -d'.  If there's none, then I guess I'll have to use the
##GUI debuggers or do mental debugging...
##
#
#If you're comfortable with gdb, you'll be happy with jdb.  It comes with
#most of the JDKs out there.
#

If I may add, most GUI-based Java debuggers only wrap jdb.  jdb has an
implementation of the Java Debugging API for remote debugging.. jdb can 
attach (with authentication) to a running applicaiton; jdb can be 
controlled through the API.  Kawa, Emacs+JDE, Forte, and JBuilder all use 
this technique.

stay cool.

jeff --

-- 
Jeff Gutierrez
Mapua Online! 
http://www.mapua.org
http://www.mapua.com
http://www.mapua.net

Pinoy Ako! May reklamo?

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to