Reputation: 2220
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
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