Anyone know of a really good PHP debugger tool?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
trusktr
Forum Newbie
Posts: 1
Joined: Thu Mar 04, 2010 11:18 pm

Anyone know of a really good PHP debugger tool?

Post by trusktr »

Anyone? :D

I have a small bug somewhere and I just can't find it!
User avatar
jkraft10
Forum Newbie
Posts: 10
Joined: Sun Feb 14, 2010 8:00 pm
Location: Fontana, CA

Re: Anyone know of a really good PHP debugger tool?

Post by jkraft10 »

You could use NetBeans to check syntax. NetBeans is a nice IDE and highlights code when it sees bad code.

http://netbeans.org/
Post Reply