Re: Does jdb work on linux?

2001-02-10 Thread Joi Ellis
On Sat, 10 Feb 2001, Jesus M. Salvo Jr. wrote: > I had more success with 1.2.2's jdb than those of 1.3 in debugging my > apps. > > With 1.3's jdb ( using Sun and IBM's ), sometimes it hangs after 'run', > sometimes at other points after 'cont', sometimes I can debug until I > exit. > > With Bla

Re: Does jdb work on linux?

2001-02-10 Thread Jesus M. Salvo Jr.
I had more success with 1.2.2's jdb than those of 1.3 in debugging my apps. With 1.3's jdb ( using Sun and IBM's ), sometimes it hangs after 'run', sometimes at other points after 'cont', sometimes I can debug until I exit. With Blackdown's 1.2.2 jdb, so far, everything seems to work. John