Any suggestions for good PHP debuggers? I've been using Notepad++ for my scripting but it does make debugging a chore. I'm looking for ways to simplify the process so I won't have to waste time staring at code until my eyes bleed. :P
You can try Xdebug. I haven't used it, so I can't really make recommendations. But if you're talking about a PHP IDE for code editing and debugging, then you could try NuSphere PhpED (commercial) or Eclipse (from eclipse.org).