Looks like a regression, both ToT & beta is affected. Works fine in 50.0.2661.79 on Pixel.
0. Run Chrome with --enable-blink-features=PointerEvent
(alternatively for ToT, enable PointerEvents through about://flags).
1. Goto: https://output.jsbin.com/dunuve
2. Add event listerner breakpoint for all PointerEvents through devtools.
3. Move mouse over any of the divs.
Expected: devtool should stop the pointermove eventHandler execution.
Actual: devtool doesn't stop even though the script in the page shows the handler's output.
Affects Windows, Linux & CrOS.
Comment 1 by mustaq@chromium.org
, Apr 22 2016Ran bisect as far back as 50.0.2661.79, breakpoints are not working in any "version"! Not sure exactly why only PEs are affected. E.g. after running $0.addEventListener("mousemove", ...); $0.addEventListener("pointermove", ...); only the mouse breakpoints work although moniterEvents() & getEventListeners() work for both mousemoves and pointermoves.