Josh R
Josh R

Reputation: 2220

Firebug 1.10.0 breakpoints, hit after x times

is it possible to make a break point in an arbitrary JavaScript file and make it so Firebug stops/debugs the program only after it's been hit x number of times?

I've been playing around with adding expressions to the breakpoints but haven't gotten that to work yet.

Thanks!

Upvotes: 1

Views: 74

Answers (1)

Sebastian Zartner
Sebastian Zartner

Reputation: 20125

That's currently not possible but I created an issue for that some time ago. Currently work on moving Firebug to a new debugging API has started, which will - as soon as it is implemented - allow implementing this feature.

Upvotes: 2

Related Questions