Re: Debugger

1999-10-13 Thread Alexander Davydenko
Brian Miller wrote: > > I was wondering what debugger people are using? Does a Linux port of > ddd exist? IMHO pure jdb from terminal with some patience is a nice choice, especially if threads debugging. There is a jd from alphaworks. It's a java written, and quite robust. Cheers. -- Alexand

Re: Debugger

1999-10-12 Thread Nathan Meyers
Rachit Siamwalla wrote: > > Yes, ddd exists on linux and definitely works with C / C++ code. I don't > know whether there is a hook into jdb (never used it). You can probably > get it at most RPM repositories, ie. rufus, etc. Yes, ddd drives jdb quite nicely. I've had more success with 1.1 than

Re: Debugger

1999-10-12 Thread Urban Widmark
On Tue, 12 Oct 1999, Rachit Siamwalla wrote: > Yes, ddd exists on linux and definitely works with C / C++ code. I don't > know whether there is a hook into jdb (never used it). You can probably > get it at most RPM repositories, ie. rufus, etc. ddd handles jdb as well. I tried it a some time ago

Re: Debugger

1999-10-12 Thread Rachit Siamwalla
Yes, ddd exists on linux and definitely works with C / C++ code. I don't know whether there is a hook into jdb (never used it). You can probably get it at most RPM repositories, ie. rufus, etc. I use JDE (plug-in to emacs) to debug java code, though. It is somewhat difficult to set up, but very r

Re: Debugger API's

1999-03-08 Thread Nathan Meyers
Dave Larson wrote: > > Does the blackdown JDK provide the debugger package like > sun.tools.Debug ? You should find the package sun.tools.debug in $(JAVA_HOME)/lib/tools.jar . Nathan -- To UNSUBSCRIBE, email to [EMAIL PROTECT