Hey all, I'm new to PhpED, just purchased it. Having some difficulty turning off the debug session feature.
I'd like to turn it off, I really only want to profile or debug the particular page I'm on, if I click on one of the links I do not want the debugger to continue or the profiler to continue. Here's what I've done to turn it off and it still won't shut off:
In Tools -> Settings -> Debugger : Debug Sessions = Unchecked
In PHP.INI -> debugger.enable_session_cookie = Off (Verified with phpinfo()) |
I am starting a profile by using Tools -> Open URL (where I am checking profiler session). If I do not check it, no profiling takes place so I assume this must be checked.
What I am trying to accomplish is just the one page being profiled.
One other issue I've run into. When it opens the url, the url is malformed. If I put in:
http://myserver/page.php?a=yes&b=no |
When the browser opens up the url will be:
http://myserver/page.php?a=yes&b=no?a=yes&b=no&DBGSESSID=389237720049800002;d=0,p=1,c=1 |
You can see that my GET parameters have been repeated thus munging the URL.
I'm using FireFox 1.5.0.4 as the Browser and PhpED Version 4.6 (Build 4617)
Any help would be greatly appreciated!