Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debug Node.js on Netbeans

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

Thanks.

like image 804
Jacko Avatar asked Oct 30 '22 23:10

Jacko


1 Answers

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

like image 157
ladar Avatar answered Nov 09 '22 06:11

ladar