Posts tagged xdebug

PHP Debugging and Profiling – Xdebug

  • 06
  • May

Date: 06th May 2013 Author: admin Categories: PHP 1

Tags: ,

PHP Debugging and Profiling - Xdebug

PHP Debugging and Profiling – Xdebug

When we are talking about web development, PHP surely one of the most popular languages in the world. Its popularity can be judged from the fact that all the major CMS solutions available are powered by PHP. However for long PHP developers faced a problem in absence of a suitable debugger which other programming languages such as Java and C# enjoyed. Overcoming this meant manually adding debug statements which was quite a challenging task. This problem was solved once Xdebug hit the scenes and soon became one of the most popular PHP extensions.
Read more