Chrome Version: at least Linux 60.0.3094.0
What steps will reproduce the problem?
(1) Start node.js application in debugging mode enabled, i.e. with the 'node --inspect-brk' command.
(2) Navigate to chrome://inspect and click "Open dedicated DevTools for Node"
(3) As the devtools open, enable "Persistence2.0" experiment and drop in a folder with the node.js application.
(4) Set a bunch of breakpoints in the devtools
(5) Restart node.js application
Expected: all breakpoints installed in p.(4) are there and working
Actual: all breakpoints are purged!
Comment 1 by bugdroid1@chromium.org
, May 16 2017