1. Evaluate 'document.addEventListener('mousemove', () => { debugger; });' in console
2. Move mouse
Expected: overlay on the inspected page saying 'Paused in debugger'. Be able to use inspect element tool
Actual: no overlay rendered, can not use inspect element tool.
Comment 1 by pfeldman@google.com
, Jan 16Labels: -Pri-3 Pri-1
Summary: DevTools: [regression r417946] can not inspect element on pause (was: DevTools: can not inspect element on pause)