I still can't reproduce that. I have verified the test http://getfirebug.com/tests/content/console/2271/issue2271.html
with Fx 3.6.2 + Fb 1.5.3, on: Ubuntu 9.04, Snow Leopard and Windows Vista, it just works. Note that you need Fx 3.6, this is a known problem with Fx 3.5. There must be something different between our setup. Do you have all Firebug extensions up to date? The best would be to test in a new fresh Firefox profile with only Firebug installed. If this doesn't help, please try to install Firebug 1.5.3X (X == tracing enabled) http://getfirebug.com/releases/firebug/1.5X/firebug-1.5X.3.xpi 1. Open Tracing console (menu Firebug -> Open Firebug Tracing) 2. Check ERRORS and SPY options. 3. Load the test page and perform all steps. 4. See the console for errors and exceptions. 5. Let us know what you have found. Honza On Mar 24, 8:03 pm, Hannes <[email protected]> wrote: > The testcase fails for me as well, with Firebug 1.5.3 on FF 3.6.2/ > Windows 7 and FF 3.5.8/Ubuntu 9.10. Disabling "Show XMLHttpRequests" > in the console tab does only help on Windows. > > On Mar 4, 7:47 pm, "Honza (Jan Odvarko)" <[email protected]> wrote: > > > Does following test case also fail for > > you?http://getfirebug.com/tests/content/console/2271/issue2271.html > > Honza > > > On Mar 4, 4:59 pm, August Lilleaas <[email protected]> wrote: > > > > I'm using Firefox 3.6. I first encountered this issue in Firebug 1.5, > > > and updated to the 1.6 alpha. The issue occurs in both versions. > > > > On Mar 4, 4:49 pm, "Honza (Jan Odvarko)" <[email protected]> wrote: > > > > > What Firefox and Firebug versions do you use? > > > > This was a known problem and should be fixed in "Firefox 3.6 + Firebug > > > > 1.5" combo. > > > > Honza > > > > > On Mar 4, 4:06 pm, August Lilleaas <[email protected]> wrote: > > > > > > When "Show XMLHttpRequests" is checked in the console tab, all > > > > > exceptions thrown in onreadystatechange are swallowed. Sample code: > > > > > > varxhr= new XMLHttpRequest(); > > > > > xhr.open("GET", "/ajax_json_echo/", true); > > > > > xhr.onreadystatechange = function () { > > > > > throw("foo"); > > > > > } > > > > > xhr.send(null); > > > > > > Open the normal error console, and try this with and without the "Show > > > > > XMLHttpRequests" option checked. > > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
