lkishalmi commented on issue #4558: URL: https://github.com/apache/netbeans/issues/4558#issuecomment-1230657296
Just tested on my computer (it has Java 17 only). Attaching debugger works. My testcase was: 1. Create a new Gradle Application Project 2. Open the App.java, place a valid breakpoint 3. Select the app project 4. Tools > Open in Terminal 5. execute: ```../gradlew run --debug-jvm``` 6. Attach the debugger on port: 5005 7. Check the breakpoint caught. ``` Product Version: Apache NetBeans IDE 15 Java: 17.0.4; OpenJDK 64-Bit Server VM 17.0.4+8-Ubuntu-122.04 Runtime: OpenJDK Runtime Environment 17.0.4+8-Ubuntu-122.04 System: Linux version 5.15.0-46-generic running on amd64; UTF-8; en_US (nb) User directory: /home/lkishalmi/snap/netbeans/69 Cache directory: /home/lkishalmi/snap/netbeans/common/69 ``` -- 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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists