I’m very glad I could help. Please feel free to ask here :)
You can send me personal messages, too.
If you need help integrating it with PDT, I have built a tutorial that shows
how to integrate them. It may not be as good as the others you may find
online, but I can tell you that it works. :)
If anyone wants it, let me know and I’ll translate it asap.
Regards,
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: Stockman, Thomas [mailto:Thomas.Stockman[@]echostar.com]
Enviada em: quarta-feira, 1 de outubro de 2008 19:17
Para: Thiago Henrique Pojda; xdebug-general[@]lists.xdebug.org
Assunto: RE: [xdebug-general] noob question, is Xdebug installable for
non-php-guru?
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: <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.comReceived on Thu Oct 02 2008 - 00:28:11 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST