Thomas,
I’ve been using xDebug for a while now. It can do everything you mentioned
and more (e.g. profiling).
I can’t tell you how to make it work with it’s default client as I use
Eclipse PDT as a mine. But I’m sure the extension manual can help you out.
If I were you, I’d go for xDebug. :)
Oh btw, for actual “install” it all you have to do is to load it (with
zend_extension[_ts]), and add some entries in php.ini.
Follows my php.ini portion:
[xDebug]
zend_extension_ts=php_xdebug-2.0.3-5.2.5.dll
xdebug.remote_enable=1
xdebug.remote_port=9000
;xdebug.collect_params=3
;xdebug.var_display_max_depth=5
;;xdebug.dump.REQUEST = *
xdebug.remote_host="192.168.0.98"
xdebug.remote_handler="dbgp"
;xdebug.remote_log = c:\xDebugRemote.log
;xdebug.remote_autostart=1
Thiago Henrique Pojda
Tecnologia
Tel: 41 - 3311.7718
Site: <http://www.midiadigital.com.br> www.midiadigital.com.br
Interatividade gerando resultados
"Não basta clicar, tem que converter"
_____
De: xdebug-general-bounce[@]lists.xdebug.org
[mailto:xdebug-general-bounce[@]lists.xdebug.org] Em nome de Stockman, Thomas
Enviada em: terça-feira, 30 de setembro de 2008 18:24
Para: xdebug-general[@]lists.xdebug.org
Assunto: [xdebug-general] noob question, is Xdebug installable for
non-php-guru?
Hey all, I am trying to debug a php script running under IIS, some one php
line stops working in a current production web application when I try to
upgrade PHP from v5.2.5 to v5.2.6. I have a lot of development experience
but not a lot in PHP. I am trying to get a debugger that will allow me to
step through a script line by line, and examine variables as I step. I am
running on IIS, Windows Server 2003 (blech to both).
Does Xdebug do what I want? Also, is the install and usage fairly
straightforward? I am currently trying DBG, I have the DBG extension
running under IIS, but am finding the info on getting the client listener
piece installed & using the debugger to be very sketchy, for my state of
non-guru-ness. The web site for Xdebug has not convinced me that it’ll a
straightforward install, and my experience with DBG has been very painful.
Thanks for any info.
Thomas Stockman
thomas.stockman[@]echostar.com
Received on Wed Oct 01 2008 - 23:39:42 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST