matthiasblaesing opened a new pull request, #4220: URL: https://github.com/apache/netbeans/pull/4220
Highlight the hit breakpoint (see Marker in the "Breakpoints" Tab):  In the Global Node Configuration the debug protocol to be used can be selected, it defaults to the "Chrome DevTools protocol":  It would have been possible to select the protocol based on the version information from node, however the node from graalvm can't be safely and quickly detected, so the user has to choose. In the per Project Settings the Node Debug Protocol can be overridden together with the node binary, as the two depend on each other:  -- 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: [email protected] 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
