I have to disagree, while Exception handling and the like have their place. Sometimes when you develop you want to stop execution and look at your memory stack to make sure you didn't over look something. Especially if you are relying on someone else code and it's not a project owned 100% by you. Just my thoughts, they have their place I use PhpEd, because it facilitates this nicely and it VERY customizable from a short hand perspective. -----Original Message----- From: Ashley Sheridan [mailto:ash@xxxxxxxxxxxxxxxxxxxx] Sent: Friday, October 16, 2009 8:05 AM To: Al Cc: php-general@xxxxxxxxxxxxx Subject: Re: Built-in Debugging On Fri, 2009-10-16 at 09:04 -0400, Al wrote: > > Bob McConnell wrote: > > From: Raymond Irving > > > >> Will be ever see built-in debugging features for PHP? > > > > I do not expect there would be. Debuggers are more likely to be > > provided by the IDE. For example, in MS-Windows, Visual Studio is > > the IDE and can include any of several compilers. It also includes > > the debugger, and uses the same front end for all languages. Of > > course, Microsoft has it much easier since they only support one > > hardware platform (x86) and one OS. Unlike the rest of the world > > where tools are more likely to be portable. > > > > For an IDE with debug capabilities, try NetBeans. I am sure there > > are others, but that is the only one I have actually looked at. > > > > Bob McConnell > > phpEdit, a super IDE, has an extensive suite of integrated debug tools. > Real coders don't use debugging tools, comments and output statements are all you need ;) Thanks, Ash http://www.ashleysheridan.co.uk
No virus found in this outgoing message. Checked by AVG - www.avg.com Version: 8.5.421 / Virus Database: 270.14.20/2440 - Release Date: 10/16/09 06:32:00
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php