Debugging Microsoft Ajax with Firefox, one small recurrent issue

I am debugging regularly my Ajax code with Firefox and Firebug and I have constantly Firebug stopping on the same portion of ajax client script.

OK I can still click continue but it's kind of boring and annoying thing to do so all the time.

Anyone knows about this?

This is the method Firebug don't like:

function Sys$CultureInfo$_getAbbrMonthIndex(value) {
 if (!this._upperAbbrMonths) {
 this._upperAbbrMonths = this._toUpperArray(this.dateTimeFormat.AbbreviatedMonthNames);
}

No Comments