Re: FAQ-java draft

2000-02-20 Thread Tobias Hagge
Perhaps a section on debugging java programs within debian would be useful. What free java debuggers are available (as alternatives to jdb) on Debian? ( any??? ) What free edit-interactive/graphical debugging tools are available on Debian? (jde, ddd, more???) My version of jdb (jdb version 98/01

Re: FAQ-java draft

2000-02-20 Thread Christopher Cobb
"Dale E. Martin" wrote: > > Remco van 't Veer <[EMAIL PROTECTED]> writes: > > > On Fri, Feb 18, 2000 at 06:30, Seth R Arnold wrote: > > > > > Remco, could you elaborate on the SE, jbuilder, and netbeans? :) > > > > * jdk-1.2.2 SE? > > Standard Edition > >

Re: FAQ-java draft

2000-02-20 Thread Per Bothner
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