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 52393 - debug properties change is lost - inform user about nonsupported debug option
Summary: debug properties change is lost - inform user about nonsupported debug option
Status: RESOLVED DUPLICATE of bug 52346
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: _ ludo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-14 13:59 UTC by L Martinek
Modified: 2005-07-21 09:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description L Martinek 2004-12-14 13:59:46 UTC
[Windows XP, NetBeans 4.0 FCS, JDK 1.4.2_06]

I started appserver, opened properties of JVMs
node and changed debug-options to use socket
(-Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1055).
I stopped appserver and started debugger (Debug on
web application root node). Debugger successfuly
started and connected, but it ued shared memory. I
looked at debug properties and all my changes were
lost.
Comment 1 zikmund 2004-12-17 14:04:34 UTC
Socket debugging is not supported by AS plugin on Windows.
Nevertheless user should be better informed about nonsupported socket
debugging. Downgrading to P3.
Comment 2 _ ludo 2005-01-05 00:43:30 UTC
I think the jdk bug was fixed in 1.5 ans 1.4.2-06 so that we can
remove the workaround.

See jdk bugs in http://www.netbeans.org/issues/show_bug.cgi?id=52346
Comment 3 _ ludo 2005-01-08 00:39:35 UTC

*** This issue has been marked as a duplicate of 52346 ***