> No - not a Firebug issue - just a question on how to best debug the > server side. I've tried sending out print's and echo's to see what > statements are getting executed, but apparently when you're running > json, they don't work.
I have almost always debugged only through print/echo statements.. In this case, you can try using error_log - it's an echo that goes to the /var/log/(apache2|httpd)/error.log file... (assuming the server is Linux) Hopefully this helps. Mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
