Output to Chrome console from Node.js

前端 未结 6 972
伪装坚强ぢ
伪装坚强ぢ 2020-12-09 16:40

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

6条回答
  •  [愿得一人]
    2020-12-09 17:07

    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/

提交回复
热议问题