I want to debug a running remote Java application by connecting to it via JPDA and using JDE 2.1.6b17. I have made some effort to see how to do it, but it is not clear to me what to do. I do *not* want to tell the JDE any particular class or source file to look at in advance, because I have no idea what the state of the running application is before I connect to it, although I do know the appropriate source/class paths, of course. I can successfully use jdb as a standalone program which connects to the remote application without any difficulty. Thanks. Larry
