0

I am trying to debug in chrome dev tool. My form shows some weird validation error when I type something into the input field and then quickly click somewhere outside the field. I found the browser debugger is not able to catch my last click behavior and it becomes very difficult to debug where things go wrong. Is there a way to slow down the debugger's reaction?

bunny
  • 1,181
  • 6
  • 20
  • 41
  • Use "Event listeners breakpoints" panel in the Sources tab of devtools. – wOxxOm Jan 20 '21 at 06:00
  • See also [Freeze screen in chrome debugger / DevTools panel for popover inspection?](https://stackoverflow.com/q/17931571) – wOxxOm Jan 20 '21 at 06:07

0 Answers0