Hi, I wanted to try to fix the NodeJS Debugger and noticed, that the GraalVM support squats over it. It is a bit surprising, that on a NodeJS it is assumed, that I want to start GraalVM.
Given, that the common runtime for JS code in Web development and also backend development is node, I assume, that this should get priority. Before I begin to work on removing GraalVM from this, how was this planned to work out or was nodeJS support just ignored? This is what I saw: "/usr/bin/node" "--jvm.agentlib:jdwp=transport=dt_socket,address=44067,server=n,suspend=y" "/home/matthias/tmp/NodeJsApplication/main.js" Seeing jvm parameters on a node invocation is IMHO a corner case. Greetings Matthias --------------------------------------------------------------------- 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
