Debugging Node.js on Netbeans

I have NetBeans 8.0.2 and the latest Node.js plugin. Is it possible to debug server code inside Netbeans? I can set a breakpoint, but it never gets called.

Thank.

+4
source share
1 answer

Yes, but only in Dev constructs available from here , not in 8.0.2. It will be in the upcoming NetBeans 8.1

+2
source

Source: https://habr.com/ru/post/1598284/