apws commented on pull request #1171:
URL: https://github.com/apache/netbeans/pull/1171#issuecomment-828795978


   Hi all, I am now heavily experimenting with JEP-330 now as java beginner 
(coming from c#), using it for simple and also not so simple experiments with 
javafx too using "launch(AppClass.class, args)" trick and heavy usage of 
"multi-class" experiments, where also MORE public classes (reflected beans for 
FX TableView for example) are present (it seems supported and expected by 
JEP-330) but what is failing for me is "Debug file" feature in case there are 
MORE PUBLIC classes in single file - I know that Debug compiles into 
class-files and there may be some troubles with standard compilation, but 
helping to "tolerate" many public classes in single file would be GREAT. 
Netbeans is currently alone IDE which allows such JEP-330 debugging without ANY 
project settings - I just have mapped *.java (and my win-associated *.jx/jxc 
extensions too) to launch Netbeans, where I use "Run File" (in memory, OKAY 
with mutli-class and publics) and "Debug File" (complaining about MORE PUBLIC 
classes durin
 g compilation ...)
   


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