Re: [PHP] What is The best way/tool for debuging PHP?

2012-05-27 Thread As'ad Djamalilleil
i'm using dreamweaver its just good for designing + debugging ,, you
dont have to type all the code ,, it would generate the script by
itself so you can learn from the generated script ,, but takes time to
make it handy ,,

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] What is The best way/tool for debuging PHP?

2012-05-27 Thread Lester Caine

LEOPARD Corporation wrote:

Dev-PHP is an IDE, and I don't need such tool because I'm using Eclipse,
and I'm very comfortable with.
Good to hear others are using Eclipse as well ;) I work on a lot more than just 
PHP so as a single platform it's great - even between Linux and Windows.



what I really want to know is:
what is the best "pure" debugging tool which its function is to debug PHP
scripts and applications only.
I'm still using PHPEclipse for the PHP editing, and while I do have xdebug 
installed with it, I tend not to have to bother 'debugging', I normally just 
need to add the occasional print_r() in the simple stuff, and the bitweaver 
framework has some additional debugging facilities built right in for tracking 
SQL problems and proving a pretty view of data provided by print_r(). A little 
longer winded than setting breakpoints, but it works well the majority of the time.


--
Lester Caine - G8HFL
-
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php