JaroslavTulach opened a new pull request #2938:
URL: https://github.com/apache/netbeans/pull/2938


   Single `.java` files without a project that contain main method should be 
executable/debuggable when one clicks on _Run main_ or _Debug main_. Steps to 
reproduce:
   
   * start `code` with an empty directory as a folder
   * Create a Java file in there with a `main` method.
   * Click _Run main_ and check if it is executed
   * Place breakpoint into the `main` method and check it is hit
   
   The functionality is currently available only on JDK11+.


-- 
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.

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

Reply via email to