free php debuggin tool?...

A

Anonymous

Guest
Can anyone tell me where I could find a good, free PHP debugging tool that is relatively intuitive for beginning PHP programmers...The ones I have found so far seem to be too complex for a novice PHP programmer like myself...thanks! :)

R.J.
 
For novices? I can't think of any. The best PHP debugger is Xdebug (try Google), but it's not really super-easy. Your best bet is to just get a good syntax-highlighting editor -- try this thread for suggestions -- and learn how to read error messages and recognize common errors.
 
Back
Top