Steve Carter wrote:
> I want to be able to invoke jdb (within the JDE) and connect to an already
> running application as you can with jdb by executing "jdb -password
> somepassword"
Here is a workaround :
in JDE/Options/Debug, add the following lines to
Jde Db Option Vm Args (each line should be a separate argument !) :
-host
your_host
-passwd
and in JDE/Options/Project
toggle ON Jde Db Read Vm Args
When you'll run Debug App from JDE, you'll be asked
arguments in minibuffer. Just enter password and you'll
be able to remove debug.
Of course, integrated support for Remote Debug would be
a appreciated feature ;-)
Frederic Crozat