Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
9.0, 10.0
-
None
-
None
Description
Could not debug node.js application because option --debug[-brk] has changed to --inspect[-brk] since node.js version 8.
Also I don't know if the --inspect[-brk] options is working the same as the --debug[-brk] option.
The file in question is the NodeExecutable.java.
As the options is hard coded in the file, someone could alter the text of the option or detect if node.js version is >= 8 then use the inspect option.
Attachments
Issue Links
- is related to
-
NETBEANS-16 Please add V8 Profiler
- Open