When I run the debugger EVERYTHING works GREAT... I can even debug AJAX calls... HOWEVER the response is often ignored or missed... I'm using the current version of script.aculo.us (I am going to also check there about what to do)
The following are the response headers
With the debugger
Set-Cookie DBGSESSID=XXXXXXXXXXXXXXXXXXXXX; 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
Content-Length 41
Connection close
Content-Type text/html |
Without The debugger
Content-Length 41
Connection close
Content-Type text/html |
Is there someway to remove/override the response headers the debugger sends or 'skip' files for debugging?