node.js server-side javascript debugging

debugging a node.js javascript application

With node.js internet applications can be developed in a quick manner. The programs are written in javascript. They do not run on a web server. Programs are server-side javascript applications. The bigger your application gets the more tools one wishes to have for debugging (setting break points, step through/over parts of the code, etc.).
Subscribe to node.js server-side javascript debugging