PHP Classes

xdebug support

Recommend this page to a friend!

      PHP Classes blog  >  ShishKabab PHP IDE  >  All threads  >  xdebug support  >  (Un) Subscribe thread alerts  
Subject:xdebug support
Summary:xdebug support
Messages:3
Author:Marcelo Santos Araujo
Date:2009-09-21 20:11:48
Update:2009-09-22 08:58:52
 

  1. xdebug support   Reply   Report abuse  
Picture of Marcelo Santos Araujo Marcelo Santos Araujo - 2009-09-21 22:02:29
Hi,

Congrats for the IDE! It looks really simple and powerful!
It would be great if we have xdebug support enabled, just like the Komodo IDE has. Is it possible? Another cool feature should be the PHPUnit integration.


  2. Re: xdebug support   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2009-09-22 02:36:37 - In reply to message 1 from Marcelo Santos Araujo
I second that request for good debugging support.

I usually do not use an IDE because most of them are too heavy. So I use Kate on Linux and var_dump/error_log for checking things that are wrong.

But when I really need to single step code to hunt bugs I used PDT, but that is very sluggish. It takes a lot of time to load and wastes a lot of memory because I just use for debugging and not for any other of the heavy features.

  3. Re: xdebug support   Reply   Report abuse  
Picture of Vincent den Boer Vincent den Boer - 2009-09-22 08:58:52 - In reply to message 2 from Manuel Lemos
Debugging has been on my mind, but I haven't come further than a quick Google (that yielded nothing useful) yet. XDebug seems like a nice tip!I've added it to the the roadmap (http://www.shishkabab.net/skphpide_roadmap.html) and I'll look into it after the 1.0 release.

Maenwhile, I suggest you take a look at FirePHP to aid your debugging pains :).