opsb
opsb

Reputation: 30211

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?

Upvotes: 2

Views: 954

Answers (1)

opsb
opsb

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

Related Questions