Replies: 1 comment
-
Unfortunately, those flags are set hardcoded and was working for nodejs in earlier verison. I think before 8 or smth like that. Atm you can't use debugging NetBeans. Maybe there is a workaround for that but I dunno. https://issues.apache.org/jira/browse/NETBEANS-1320 here you can read more about the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't start debugging the project NodeJS from Netbeans.
Netbeans write error: /usr/bin/node: [DEP0062]:
node --debug
andnode --debug-brk
are invalid. Please usenode --inspect
andnode --inspect-brk
instead.Where set up in Netbeans:
node --inspect
andnode --inspect-brk
?Beta Was this translation helpful? Give feedback.
All reactions