I have some links that point to some pages but I attach some onclick events, that do something and then return false, on them (with JavaScript not in the markup). So after clicking you don't go to the page the link points to (if you have to know; I'm building a image gallery and you can navigate trough the images via AJAX, the links are there for users without JavaScript and web-spiders). Anways, the problem is that if there is some error (runtime error) in the event handler the script brakes and the browser follows that link. If I have Firebug opened I can see the error for a glimpse of a second but then the console clears itself as there is a new request taking place.
Is there any way to configure firebug to stop the request in such case, so that I can look at the error and debug it? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
