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 248142

Summary: Changing java debug port in web server config should allow keyboard entry.
Product: serverplugins Reporter: pkevin
Component: GlassFishAssignee: Petr Hejl <phejl>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description pkevin 2014-10-23 14:58:50 UTC
Product Version = NetBeans IDE 8.0.1 (Build 201408251540)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_05
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.5-b02

When attaching a java debugger to a running glassfish server, if there is a port mismatch, or setting the port number manually, you can only use the spin buttons, you cannot type in the field to change the value.  I had a value of 59009 in the text box, and the server was listening for debugger connections on 9009.  Using the spin buttons was painfully slow, so I reconfigured to the server to listen on the 59009 port instead.   Nuisance.
Comment 1 Petr Hejl 2015-04-27 15:25:37 UTC
I've just tested and you can type number value into the field.