|
[java] JDB and the JDK1.3.0 (Linux)
I wanted to cross post this message on this forum and the Linux forum, but I decided that the only people who'd actually have some experience with the subject would only be here.
Okay, here's the problem.
I first tried getting my JDEbug (the JDE debugger) to work. After applying all the correct settings that I could (and it still wouldn't work--something goes wrong as I cannot list the threads or step through the code. When I try to do that the debugger hangs!).
So I attempt to get jdb to work manually. I attempt the following:
and I connect to the debuggee VM via:
jdb -attach 8000
and I am not able to get any further than I had with JDEbug.
Has anyone been able to get jdb to work with the jdk1.3.0 under Linux?
joeG
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement