xdebug path mapping problem [message #878787] |
Tue, 29 May 2012 19:48 |
Eclipse User |
|
|
|
I work with zend framework, pdt and xdebug.
I don't have a problem while debug "/" but i have a problem "/controller/action".
I found an ugly solution currently. I'm adding following code to index.php and debug "/"
$_SERVER['REQUEST_URI'] = '/controller/action';
Is there a feature to omit request uri on "Debug Configuration" of Eclipse?
I didn't find any feature for this.
I think Eclipse need an option on uri section of debug configuration like "omit request uri on path mapping and debug through "/"
This will be useful for other uri-rewrited php applications.
Thanks,
Tuğrul
|
|
|
Powered by
FUDForum. Page generated in 0.09106 seconds