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 37097 - Need new kind of debugger info besides RemoteDebuggerInfo and JPDADebuggerInfo
Summary: Need new kind of debugger info besides RemoteDebuggerInfo and JPDADebuggerInfo
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks: 18708
  Show dependency tree
 
Reported: 2003-11-08 08:47 UTC by Jesse Glick
Modified: 2010-04-29 09:15 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 Jesse Glick 2003-11-08 08:47:56 UTC
Need a DebuggerInfo subclass which behaves as
follows (this is handled by a switch statement in
JPDADebugger.startDebugger):

1. Does not launch any VM.

2. Does select a free dt_socket port number. The
port number should be made available with a getter
on the DebuggerInfo class after startDebugger returns.

3. Starts listening on the IDE side, i.e. uses JDI
accept mode rather than attach mode.

4. Does not open any Output tab; only the debugger
console.

Thus it mixes characteristics of the two major
existing JPDA DebuggerInfo types.

Needed for proper impl of the Ant task requested
in issue #18708.
Comment 1 Jesse Glick 2004-01-08 03:39:51 UTC
I guess it's working now.
Comment 2 Quality Engineering 2010-04-29 09:15:16 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.