[xdebug-general] Re: noob question, is Xdebug installable for non-php-guru?

From: Stockman, Thomas <Thomas.Stockman[@]echostar.com>
Date: Wed, 1 Oct 2008 16:16:58 -0600

Thank you Thiago, this is helpful information! That gives me some reason to recommend we try this out as our next step on this application.

 

Thomas Stockman

Custom Applications Support

thomas.stockman[@]echostar.com

303.723.2931

--
It may be that the main purpose of your life 
is to serve as a warning to others.
________________________________
From: Thiago Henrique Pojda [mailto:thiago.henrique[@]midiadigital.com.br] 
Sent: Wednesday, October 01, 2008 3:42 PM
To: Stockman, Thomas; xdebug-general[@]lists.xdebug.org
Subject: RES: [xdebug-general] noob question, is Xdebug installable for non-php-guru?
 
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: www.midiadigital.com.br <http://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 Thu Oct 02 2008 - 00:17:08 BST