I have some error in my JavaScript which should open a dialog with an image in it (works) and then call the JQZoom plugin on that image (doesn’t work). I think Firebug outputs some error into the console. My code is supposed to intercept the click of a hypertext link and then return false to prevent the browser from moving to another page. However, since something fails with the JQZoom call, it never reaches return false, causing a page switch and then I can’t see what error there was.
So is there any way to make Firebug output errors somewhere persistent? Or can I find the latest errors somewhere?
I dont know any way to do what you ask but You can try debuggin your javascript code with FireBug. Just put some breakpoints before executing the code, then step through them