blakemcbride commented on issue #4558: URL: https://github.com/apache/netbeans/issues/4558#issuecomment-1230906253
Okay. I've got a simple example. Type the following (on Linux) $ git clone https://github.com/blakemcbride/Kiss.git $ cd Kiss $ ./bld develop Now, from NetBeans click Debug / Attach Debugger... Debugger: Java Debugger (JPDA) Connector: SocketAttach Transport: dt_docket Host: [your host] Port: 9000 If I build under Java 8 the debugger attaches. If I build the above app under Java 17 NetBeans gives me "Connection refused". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
