Javascript debugging: pause on click event
I'm debugging a web page and want a way to pause the JS execution of an
oonclick handler of an element, where I don't really know who is the
handler or when is the handler being registered.
Is there something like a pause button (such as in Visual Studio) on any
of the browsers debuggers that pauses the JS execution once a user event
is triggered?
Thanks
No comments:
Post a Comment