Search code examples
google-chromedeveloper-toolsevent-listener

View listener body in chrome developer tools


In chrome developer tools you're able to inspect the listeners attached to an element.

enter image description here

The listenerBody is clipped because the inspector isn't big enough to show it in it's entirety. How do you view the entire listenerBody?


Solution

  • It seems you can jump into the method using listener breakpoints. See How do I view events fired on an element in Chrome DevTools? for details.