Share » Forums » Developer » PHP Eclipse / PHP DBG : CLI debugging...

PHP Eclipse / PHP DBG : CLI debugging capabilities ?

PHP Eclipse / PHP DBG : CLI debugging capabilities ?

Wednesday 17 May 2006 11:01:33 am - 2 replies

Author Message

Xavier Dutoit

Wednesday 17 May 2006 11:34:57 pm

I don't.

Could you give us more infos about the rewrite rules you mention ?

X+

http://www.sydesy.com

Sébastien Landeau

Wednesday 17 May 2006 11:59:34 pm

The RewriteRule I use in my Apache configuration is :

<b>RewriteRule (.*).php $1.php?DBGSESSID=1@clienthost:10001 [QSA]</b>

It's rewrite all php URLs and update the query string (QSA option) with the Php DBG parameters.

So if you configure the Eclipse PHP Debugger in remote mode (on port 10001), your code stops at breakpoints, and you will get all eclipse debugging capabilities !! ;-)

But it doesn't work in php CLI mode... :-(

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu