RE: [PHP] Built-in Debugging

2009-10-16 Thread Andrea Giammarchi
Specially suited for Ajax interaction, you may be interested into Formaldehyde: http://code.google.com/p/formaldehyde/ Regards Date: Thu, 15 Oct 2009 17:39:14 -0700 From: xwis...@yahoo.com To: php-general@lists.php.net Subject: [PHP] Built-in Debugging Hello, Will be ever see built

RE: [PHP] Built-in Debugging

2009-10-16 Thread Bob McConnell
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

Re: [PHP] Built-in Debugging

2009-10-16 Thread Al
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

Re: [PHP] Built-in Debugging

2009-10-16 Thread Ashley Sheridan
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

Re: [PHP] Built-in Debugging

2009-10-16 Thread Al
Ashley Sheridan wrote: 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

RE: [PHP] Built-in Debugging

2009-10-16 Thread Bob McConnell
From: Ashley Sheridan 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,

Re: [PHP] Built-in Debugging

2009-10-16 Thread Robert Cummings
Al wrote: Ashley Sheridan wrote: 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,

RE: [PHP] Built-in Debugging

2009-10-16 Thread David Murphy
-general@lists.php.net Subject: Re: [PHP] 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

[PHP] Built-in Debugging

2009-10-15 Thread Raymond Irving
Hello, Will be ever see built-in debugging features for PHP? I kjnow there's xdebug but it's sometimes difficult to get it working. I'm hopoing that PHP will one day have intgrated debuging features that can be easily enabled or disabled: ?php enable_debug(true); debug_console(Hello

[PHP] Built-in Debugging

2009-10-15 Thread Raymond Irving
Hello, Will be ever see built-in debugging features for PHP? I know there's xdebug but it's sometimes difficult to get it working. I'm hoping that PHP will one day have integrated debugging features that can be easily enabled or disabled: ?php enable_debug(true); debug_console(Hello