How to debug Node.js programs in eclipse (using node-eclipse)? -
i newbie eclipse node.js concerned. have tried several basic programs in node.js.
now question there many articles explaining how debug node program in eclipse. dnt working. on windows 7 32-bit machine , installed eclipse indigo node-eclipse plugin installed..
please can body me how start debugging programs.
disclaimer: new eclipse ide, node & stackover flow well, please help..
debugging - breakpoint, trace, etc... via eclipse debugger plug-in v8
how install:
- update site : http://www.nodeclipse.org/updates
- testing site: http://www.tomotaro1065.com/nodeclipse/updates/
how debug:
open javascript source files want set breakpoints.
double-click on ruler @ left end of line want set breakpoint.
if want remove breakpoint, double-click on ruler again.
select main source file of node application on project explorer, open context menu right-clicking, select [debug as]-[node application] menu.
- for more, please check nodeclipse & using eclipse node applications debugger
happy debugging ;)
Comments
Post a Comment