Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

1 Answer

up vote 1 down vote accepted

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.