Using XDebug with CodeIgniter |
[eluser]Josamoto[/eluser]
Hi all, it's me Mr.Absurd Questions again. ![]() I am using the Europa Eclipse IDE with PDT version which comes with XDebug. It's a nifty debugger to use for PHP with step by step debugging, breakpoints and the works. Very handy to have. I can't live without it. The debugger however starts your application with a URL that looks similar to the following: http://www.fingfong.net/doit?XDEBUG_SESS...8163298751 CI tells me I have illegal characters in my URL, and when I add the ?=& to the config.php file ($config['permitted_uri_chars'] = 'a-z 0-9~%.:_-';), some regex is failing and spitting out an error. How can I get CI to ignore the section? |
Messages In This Thread |
Using XDebug with CodeIgniter - by El Forum - 01-08-2008, 12:23 PM
Using XDebug with CodeIgniter - by El Forum - 01-08-2008, 02:06 PM
Using XDebug with CodeIgniter - by El Forum - 01-14-2008, 07:41 AM
Using XDebug with CodeIgniter - by El Forum - 01-14-2008, 09:19 AM
Using XDebug with CodeIgniter - by El Forum - 01-26-2009, 06:42 AM
|