Leighj
2007-Apr-10 19:21 UTC
Script.Alico.us Ajax.AutoCompleter with PHP Debugger DBG not working
I have a page (generated by PHP) that has an Ajax.AutoCompleter on it. IF I run the page without running DBG (a PHP debugger) it works fine. The autocomplete fires and fills in just as expected BUT when I run it WITH the debugger it never displays. I THINK it has to do with either cookies OR caching... The additional headers headers from a debugged instance Set-Cookie DBGSESSID=XXXXXXXXXXXXXXXXXXX; path=/; Expires Thu, 19 Nov 1981 08:52:00 GMT Cache-Control no-store, no-cache, must-revalidate, post-check=0, pre- check=0 Pragma no-cache The data returned is the SAME each time and turning off the debugger and running the same code fixes the problem. But there are times that I want to see what is happening. Is there something in the response in prototype or in script.alico.us that those headers might cause trouble with? It''s not that big a deal to turn off the debugger just makes building sites a bit more convienient. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---