Scott Evans writes: > Oh, wait. Looks like JDEE doesn't provide a mechanism to attach to a > running process if you're using jdb? Shoot. If that's true, I guess > I'm back to the command line for now... >
Which version of JDEE are you using? An attach command for jdb is the very next thing on my todo list for JDEE. It would have been done a week ago but I gog sidetracked integrating contributions of other JDE users. My hope is to get it implemented and released in the next beta of JDE 2.2.9 by the weekend. As for your question about JDEbug, yes performance is a major issue. Petter Mahlen has rewritten the Java backend to JDEbug and reports a significant improvement in peformance. I plan to rewrite the frontend to use a new more robust and hopefully faster interface and integrate it with Petter's rewritten backend. (The new frontend will be basically the same as the new frontend for jdb that I've been working on for the last two months and that is included in the latest beta.) - Paul
