Xdebug: A PHP Debugger and Profiler

692 days ago
tags: , , ,

If you’ve been looking for a way to help debug and profile your PHP code, you will want to check out Xdebug. While this isn’t something new, it is an area that many people are unfamiliar with and are unaware that such a tool exists. This is a tool that any serious PHP developer needs in their tool belt. If you are at all concerned about performance of your PHP scripts, the profiler alone in Xdebug is worth checking out.


Click here to read more