Tobias Hagge <[EMAIL PROTECTED]> writes: > What free java debuggers are available (as alternatives to jdb) on Debian? > ( any??? )
Well, there is Gdb ... See http://sourceware.cygnus.com/java/gdb.html on how to debug gcj-compiled Java programs. Stuart Grossman wrote support in Gdb for debugging any JVM that supports the JVMDI. Unfortunately, the Gdb internals changed, and the code was never merged into the Gdb main branch or released. -- --Per Bothner [EMAIL PROTECTED] http://www.bothner.com/~per/