I\'m looking for a way to output Node variables directly into the google chrome browser console. The same way a console.log() works on the client side. Somethin
console.log()
The closest thing to this I've seen is Node JS console object debug inspector
See this post for usage and potential issues: http://thomashunter.name/blog/nodejs-console-object-debug-inspector/