Entrepreneur Geek

Nirav Mehta on life, technology and future

Debugging PHP for the first time in 10 years, and loving it!

with one comment

I have been writing PHP code for 10 years now and have used a variety of ways to debug my code – except the actual runtime debugging! I have used echo statements and log files to debug and solve problems. I knew there is XDebug and Zend Debugger, but never tried them.

debugging-phpToday, I downloaded, setup and used Zend Debugger for the first time. And I loved it! It was awesome to see variable watch, breakpoints and the like. Just loved it!

Why did I use the debugger? I’ve been using Flex Builder myself for last one year heavily and think the debugger is indispensable. I have done some .NET code earlier and love debugger there too. For PHP, it was more like “I don’t need a debugger!” so far.

I dropped that today and embraced a debugger. And I am loving it so far!

Do you use a PHP Debugger?

Related posts:

  1. Coding Clean and Semantic Templates If you are the guy who uses<div> tag for everything,...
  2. Scrolling with mouse wheel in Flex application – even on Mac By default Flex components do not scroll as you scroll...
  3. Intelligent Time Duration / Estimate Slider in Flex (inspired from The Hit List) I wrote yesterday that I am working on a time...
  4. AIR 2, Microsoft future UI and iCheckbox Adobe AIR 2.0 Beta out – list of new features...
  5. Congratulations Anil! Anil Gupta, our PHP Team Leader in Ahmedabad, is now...

Written by Nirav

April 21st, 2009 at 7:13 pm

Posted in Flex & Flash, PHP

Tagged with ,

 

One Response to 'Debugging PHP for the first time in 10 years, and loving it!'

Subscribe to comments with RSS or TrackBack to 'Debugging PHP for the first time in 10 years, and loving it!'.

  1. I cannot imagine to code without having a debugger to be honest. PHP wise I use XDebug at the moment with PDT. Although I also wanted to test out the Zend debugger, too.

    benny!

    22 Apr 09 at 2:38 am

Leave a Reply