Hi, I'm trying to debug a javascript that is supplied in AJAX response using <script> tags (with prototype.js Ajax.Request)
I was trying to find if there's a way to insert breakpoint using console.* methods, as I can't really set the breakpoint using UI, because the code is not there before AJAX is called. I couldn't find such method, so my solution was to enable "Break on all errors" and insert a deliberate syntax error. What I've found was - I had real JS errors and Firebug didn't show them in Console tab. So I think I have a bug report and a feature suggestion: console.break(); Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
