How to debug nodejs using the webkit console with node-inspector.
How to debug nodejs using the webkit console with node-inspector.
NodeJS
git clone https://github.com/joyent/node.gitExpresso
git clone https://github.com/visionmedia/expresso.gitAfter installing NodeJS and Expresso you will have to make a change to your Expresso file to allow for debugging.
Add the following statement to your code to set a breakpoint…