Jacob Nikom wrote:
> 
> Nathan,
> 
> Thank you very much for your message - the information
> about graphical debugger was very important for me.
> I have problem with JBuilder installation - famous "No
> free memory" message, so I thought I could use javadt.
> 
> Unfortunately, when I tried to use 'javadt' I could not
> find any documentation about it. Its usage looks intuitive,
> but in reality it is deceiving. I could not open any files
> with File->Open menu item, I could not set up any break
> points, etc. When I click on Help menu, nothing happened.

It comes from Sun. As they say at
http://web2.java.sun.com/products/jpda/doc/gui.html:

"This release of Java Platform Debugger Architecture includes a simple
GUI debugging tool - javadt. It is included as an example and
demonstration of JDI. It is not a finished or polished debugger and is
missing many features of importance for real debugging work."

For what it's worth, the RC4 README.linux also mentions that jdb has
been ported to JPDA. If that cures its flakiness problems (which I
haven't had a chance to verify), it would make jdb useful with the
excellent ddd GUI front-end. You might give that a try.

Nathan


> 
> It is also very slow on my PIII 500MHz machine. Do you
> know where I can find any docs and why it is so slow?
> 
> Regards,
> 
> Jacob Nikom
> 
> Nathan Meyers wrote:
> >
> > Jacob Nikom wrote:
> > >
> > > Is it simply bug fixing release?
> >
> > At least... but there are some important breakthroughs. A look at the
> > README shows that some longstanding problems have been addressed:
> >
> > - The "incompatible raster" problems have been fixed, allowing Swing/AWT
> > apps to run on many more X servers. Also fixed is the problem preventing
> > use with X servers with non-native byte order.
> >
> > - The Java Platform Debugging Architecture is now present (back-ported
> > from JDK1.3), as is a new graphical debugger. If everything works, it
> > might even put the Inprise JDK port out of business :-).
> >
> > - More problems with native thread and green thread robustness have been
> > addressed.
> >
> > Nathan
> >
> > >
> > > Jacob Nikom
> > >
> > > Nathan Meyers wrote:
> > > >
> > > > Peter Graves wrote:
> > > > >
> > > > > Blackdown 1.2.2 RC4 is up on ftp.tux.org:
> > > > >
> > > > >     ftp://ftp.tux.org/java/JDK-1.2.2/i386/rc4
> > > > >
> > > >
> > > > Also in that directory: the debut of the JDK1.2 Java plug-in for
> > > > Netscape!
> > > >
> > > > Nathan
> > > >
> > > > > -Peter
> > > > > http://armedbear.org
> > > > >
> > > > > ----------------------------------------------------------------------
> > > > > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > > > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> > > >
> > > > ----------------------------------------------------------------------
> > > > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


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

Reply via email to