This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 15209 - Include some documentation on how to run the JPDA debugger.
Summary: Include some documentation on how to run the JPDA debugger.
Status: RESOLVED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Gail Chappell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-07 05:41 UTC by Milo Simpson
Modified: 2002-04-01 21:26 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milo Simpson 2001-09-07 05:41:34 UTC
There is documentation on how to connect to an external running vm via JPDA, 
but there isn't any information on howto setup said external running vm.

Ex:
If you are running IPlanet or Jrun and you want to enable attach to process 
debugging with Netbeans, set the external VM up to run with the following 
options, (assuming jdk 1.3) -Xdebug -Xnoagent -
runjdwp:transport=dt_socket,address=8887,server=y,suspend=n.

You should now be able to connect to you process on port 8887 from inside 
NetBeans.

Please see the JPDA <a 
href="http://java.sun.com/products/jpda/">documentation</a> for more 
information on how to configure your external jvm for attach to process 
debugging.
Comment 1 Jan Stola 2001-09-07 09:29:13 UTC
Moving to the usersguide module which is responsible for the IDE help.
Comment 2 Jan Chalupa 2001-11-27 17:24:04 UTC
Target milestone -> 3.3.1.
Comment 3 Gail Chappell 2002-04-01 21:26:21 UTC
The information you requested is now documented under
Debugging Java Programs -> Starting a Debugging Session
-> Attaching the Debugger to a Running Process.  The new
help page is included in the Netbeans 3.3 build.