Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » xdebug path mapping problem
xdebug path mapping problem [message #878787] Tue, 29 May 2012 23:48
three dot is currently offline three dotFriend
Messages: 1
Registered: May 2012
Junior Member
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
Previous Topic:xdebug does not stop at breakpoints - hangs at 57% complete
Next Topic:Steps to build your own customized "Internal Web Browser"
Goto Forum:
  


Current Time: Fri Apr 26 21:30:47 GMT 2024

Powered by FUDForum. Page generated in 0.02764 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top