Comments on: How To Setup a Free PHP Debugger using Eclipse PDT + XDebug http://robsnotebook.com/php_debugger_pdt_xdebug Thu, 11 Mar 2010 20:29:16 +0000 http://wordpress.org/?v=2.2.3 By: Sevka IT blog » ????? ????? » XDebug + PDT ?? LAMPP (XAMPP) http://robsnotebook.com/php_debugger_pdt_xdebug#comment-78246 Sevka IT blog » ????? ????? » XDebug + PDT ?? LAMPP (XAMPP) Thu, 04 Mar 2010 10:36:45 +0000 http://robsnotebook.com/php_debugger_pdt_xdebug#comment-78246 [...] How To Setup a Free PHP Debugger using Eclipse PDT + XDebug [...] […] How To Setup a Free PHP Debugger using Eclipse PDT + XDebug […]

]]>
By: DuncanB http://robsnotebook.com/php_debugger_pdt_xdebug#comment-77416 DuncanB Thu, 04 Feb 2010 13:05:30 +0000 http://robsnotebook.com/php_debugger_pdt_xdebug#comment-77416 Thanks very much for the info. I was struggling to get XDebug to work properly. I am running Eclipse on a workstation connecting to a remote Apoache server with XDebug. If you didn't specify that xdebug.remote_host needs to be the client PC I would have struggled longer. I couldn't find any clear instructions regarding this elsewhere. Anyway... thanks! Thanks very much for the info. I was struggling to get XDebug to work properly. I am running Eclipse on a workstation connecting to a remote Apoache server with XDebug. If you didn’t specify that xdebug.remote_host needs to be the client PC I would have struggled longer. I couldn’t find any clear instructions regarding this elsewhere.

Anyway… thanks!

]]>
By: Darren http://robsnotebook.com/php_debugger_pdt_xdebug#comment-77182 Darren Sat, 30 Jan 2010 22:23:41 +0000 http://robsnotebook.com/php_debugger_pdt_xdebug#comment-77182 Please can someone help a me, I don't know what I'm doing wrong. Step 4(e) Checking for the Xdebug install in phpinfo is not showing up. [XDebug] ;; Only Zend OR (!) XDebug ; zend_extension_ts="C:\wamp\bin\php\php5.3.0\ext\" ; Modify the filename below to reflect the .dll version of your xdebug zend_extension_ts="C:\wamp\bin\php\php5.3.0\ext\php_xdebug-2.0.5-5.3-vc9.dll" xdebug.remote_enable=true xdebug.remote_host=127.0.0.1 ; if debugging on remote server, ; put client IP here xdebug.remote_port=9000 xdebug.remote_handler=dbgp xdebug.profiler_enable=0 xdebug.profiler_output_dir=C:\wamp\tmp My paths are right to the dll. I have tried every dll for my version of php which is 5.3, restarting sevices in wamp each time. I just can't get XDebug to show in the phpinfo. Please can someone help a me, I don’t know what I’m doing wrong. Step 4(e) Checking for the Xdebug install in phpinfo is not showing up.

[XDebug]
;; Only Zend OR (!) XDebug
; zend_extension_ts=”C:\wamp\bin\php\php5.3.0\ext\”
; Modify the filename below to reflect the .dll version of your xdebug
zend_extension_ts=”C:\wamp\bin\php\php5.3.0\ext\php_xdebug-2.0.5-5.3-vc9.dll”
xdebug.remote_enable=true
xdebug.remote_host=127.0.0.1 ; if debugging on remote server,
; put client IP here
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=0
xdebug.profiler_output_dir=C:\wamp\tmp

My paths are right to the dll. I have tried every dll for my version of php which is 5.3, restarting sevices in wamp each time. I just can’t get XDebug to show in the phpinfo.

]]>
By: wagster http://robsnotebook.com/php_debugger_pdt_xdebug#comment-77044 wagster Thu, 28 Jan 2010 08:34:46 +0000 http://robsnotebook.com/php_debugger_pdt_xdebug#comment-77044 "You can select Xdebug at three different levels: Workspace configuration, Project level configuration and (this one took me half a day) runlevel configuration under RUn -> Run Configurations. Until I had set it to Xdebug there (default was Zend, that’s why it kept listening on port 10000, sigh…) it wouldn’t work" Thanks Nils, this was driving me BONKERS! All working as expected now. “You can select Xdebug at three different levels: Workspace configuration, Project level configuration and (this one took me half a day) runlevel configuration under RUn -> Run Configurations. Until I had set it to Xdebug there (default was Zend, that’s why it kept listening on port 10000, sigh…) it wouldn’t work”

Thanks Nils, this was driving me BONKERS! All working as expected now.

]]>
By: garywaddell.com | Debugging PHP using PDT/Eclipse http://robsnotebook.com/php_debugger_pdt_xdebug#comment-75736 garywaddell.com | Debugging PHP using PDT/Eclipse Wed, 30 Dec 2009 20:07:06 +0000 http://robsnotebook.com/php_debugger_pdt_xdebug#comment-75736 [...] This article pretty much sums it up very very well. [...] […] This article pretty much sums it up very very well. […]

]]>
By: Malix http://robsnotebook.com/php_debugger_pdt_xdebug#comment-71078 Malix Mon, 31 Aug 2009 20:22:36 +0000 http://robsnotebook.com/php_debugger_pdt_xdebug#comment-71078 Very nice post! I have experienced with the port 9000 conflict. So if you have check point vpn client, this 9000 is occupied, please configure another port for XDebug, like 9090 Very nice post!
I have experienced with the port 9000 conflict.
So if you have check point vpn client, this 9000 is occupied, please configure another port for XDebug, like 9090

]]>
By: Xdebug Remote Debugging http://robsnotebook.com/php_debugger_pdt_xdebug#comment-70591 Xdebug Remote Debugging Sat, 15 Aug 2009 06:08:42 +0000 http://robsnotebook.com/php_debugger_pdt_xdebug#comment-70591 [...] How To Setup a Free PHP Debugger using Eclipse PDT + XDebug -Setup a Free PHP Debugger using Eclipse [...] […] How To Setup a Free PHP Debugger using Eclipse PDT + XDebug -Setup a Free PHP Debugger using Eclipse […]

]]>
By: John J Smith http://robsnotebook.com/php_debugger_pdt_xdebug#comment-70206 John J Smith Wed, 05 Aug 2009 11:05:43 +0000 http://robsnotebook.com/php_debugger_pdt_xdebug#comment-70206 I had a real problem just trying to see the Xdebug extension loaded in the phpinfo page. I'm running WAMP - eventually got it but had to change the line in the php.ini file to: zend_extension= So, remove the "_ts" from the zend_extension_ts parameter. P.S. Good article. I had a real problem just trying to see the Xdebug extension loaded in the phpinfo page. I’m running WAMP - eventually got it but had to change the line in the php.ini file to:
zend_extension=
So, remove the “_ts” from the zend_extension_ts parameter.
P.S. Good article.

]]>
By: Setting up Eclipse to Debug Drupal with XDebug | colorful http://robsnotebook.com/php_debugger_pdt_xdebug#comment-70007 Setting up Eclipse to Debug Drupal with XDebug | colorful Fri, 31 Jul 2009 15:09:18 +0000 http://robsnotebook.com/php_debugger_pdt_xdebug#comment-70007 [...] How To Setup a Free PHP Debugger using Eclipse PDT + XDebug is for Windows users but has very detailed instructions on setting up the Eclipse environment once Apache and PDT are up and running (via the PDT Wiki) [...] […] How To Setup a Free PHP Debugger using Eclipse PDT + XDebug is for Windows users but has very detailed instructions on setting up the Eclipse environment once Apache and PDT are up and running (via the PDT Wiki) […]

]]>
By: hanpedro http://robsnotebook.com/php_debugger_pdt_xdebug#comment-68075 hanpedro Mon, 06 Jul 2009 04:40:44 +0000 http://robsnotebook.com/php_debugger_pdt_xdebug#comment-68075 So detailed guide! Whatever Run->Debug or F11 or click the bug icon in toolbar, I got “The selection cannot be launched, and there are no recent launches”. So I could not do "8 - a. - i - i" "1. Run->Open Debug Dialog." Do you have ideas? So detailed guide!

Whatever Run->Debug or F11 or click the bug icon in toolbar, I got “The selection cannot be launched, and there are no recent launches”.

So I could not do “8 - a. - i - i”
“1. Run->Open Debug Dialog.”

Do you have ideas?

]]>