matthiasblaesing commented on issue #6796: URL: https://github.com/apache/netbeans/issues/6796#issuecomment-1843340571
You can't "attach" to a javascript file. What is possible depends highly on your environment. JS in the browser currently can't be debugged with NetBeans, but then the Browsers dev tools got pretty good at that. You most probably try to debug a node execution. Then you will be faced with https://github.com/apache/netbeans/issues/4127 on recent node versions. -- 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
