timboudreau / nb-nodejs

NodeJS support for NetBeans, originally hosted on netbeans.org
MIT License
91 stars 12 forks source link

Please add feature to debug nodejs projects. #29

Closed Chris2011 closed 3 years ago

Chris2011 commented 10 years ago

Because of that we don't have a index.html file maybe because we only have a script to do smth on the server, we need to debug the NodeJS script, set breakpoints, watch variables, the same debugging things for HTML5 project. Is this possible?

Regards

Chris

timboudreau commented 10 years ago

There is support in NodeJS for debugging; there is an extensible API for debugger integration in NetBeans. However there is no integration of those two things at present. It certainly could be done.

At the moment, I need to be focused on paying gigs, so I'm not likely to do that - it's not the sort of thing you can implement in a day or two. I'd welcome a contribution of debugging support, or if someone wanted to fund it (or crowdsource funding of it?), I'd be happy to do it.

Chris2011 commented 10 years ago

Thx for the feedback, I understand it and maybe you can see this ticket: https://github.com/timboudreau/nb-nodejs/issues/24 (create team). Maybe you/we can contact them to help you as contributors and to merge those projeects together, if they have similar functions and so on.