Chrome DevTools: Live edit running Node.js code with hotswapping Last updated: 19th July 2020 DevTools now has native Node.js debugging. One powerful feature is the ability to live-edit already running code in a Node.js execution context, this is sometimes referred to as 'hotswapping'. You can enable the Node.js debugging experiment in DevTools and then run this command in your terminal: node --in