This post introduces a novel approach to developing, debugging, and profiling Node.js applications within Chrome DevTools. devtool # Recently I’ve been working on a command-line tool, devtool, which runs Node.js programs inside Chrome DevTools. The recording below shows setting breakpoints within an HTTP server. This tool builds on Electron to blend Node.js and Chromium features. It aims to provid