Hi!
There are existing 2 different methods debugging applets:
a) Start debugger with appletviewer (jdb sun.applet.AppletViewer ...)
b) Attach a running interpreter session (start applet, start jdb and enter
running session)
Doing this you must provide the debugger with addional infos like
host,password ...
What kind of debug-process is used by JDE?
Can I (and how) choose between these two alternatives?
I played a little bit with the different settings according to the JDE-
User's guide - however I didn't succeed!
ThanX
franzR