4

I am dealing with a complex legacy javascript code base, and it's difficult to figure out where to put breakpoint (I have to find the files, put a breakpoint in firebug etc).

Is there a way so that Firebug breaks on the first javascript execution that it encounters every time?

In other words, every time I click on something on the page, and if a javascript code is executed, I want Firebug to break on that line?

Of course I don't want Firebug to stop when it executes it's internal javascript.

Is this possible?

1 Answer 1

2

Yes, The latest build has a [pause] button for it.

You can read more about it here : http://getfirebug.com/doc/breakpoints/demo.html#suspend

Sign up to request clarification or add additional context in comments.

2 Comments

This works. The bad thing is that we have an onMouseMove event that catches everything. Is there a way to ignore a specific function?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.