Reputation: 30211
In chrome developer tools you're able to inspect the listeners attached to an element.
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?
Upvotes: 2
Views: 954
Reputation: 30211
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.
Upvotes: 1