Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Debugging with Chrome DevTools

Jason Dobry edited this page Jan 31, 2017 · 22 revisions

Table of Contents

The Chrome DevTools Debugger

The Chrome DevTools are a set of web authoring and debugging tools built into Google Chrome. As of Node.js v6.3.1 you can use the DevTools to debug and profile your Node.js code.

Additional reading

Debugging functions in childprocess isolation mode

TODO

Debugging functions in inprocess isolation mode

TODO