On Tue, 29 Dec 2020 at 11:21, Clement Levallois <[email protected]> wrote: > So... not sure at which step / how I can use the "debug" function in NetBeans > for such a project?
You'll likely need to edit the actions for run / debug in project properties to use module path rather than class path (you can still use classpath variable to set module path), and also update the main class reference. My nbactions isn't checked in so I can't link to it, and don't have it to hand right now - can check for you if need be - I do have this working OK for me in a modular JPMS project but took a little tweaking. Be good if there was support for this by default, but not sure how best the IDE could cover both bases here? Best wishes, Neil --------------------------------------------------------------------- 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
