Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Frakkle.com:
Go anywhere Server PHP Debugger
Dec 28, 2005 @ 12:42:55

From this new post today on frak's blog, there's a look at a PHP debugger that makes it simple to debugg your PHP applications - GUBED.

I never realised there was such a thing! The name of this great program is GUBED (debug backwards) and it is based on a really simple idea.

To run the debugger, you call some PHP scripts (also installed on the same website) that grab the code of the web page you want to debug, and call you back (as other 'hard server install' solutions do).

Gubed is a cross platform program to debug PHP scripts. For a general overview, see the About section, for a more technical description, see the documentation.

tagged: server debugger go anywhere GUBED server debugger go anywhere GUBED

Link:

Frakkle.com:
Go anywhere Server PHP Debugger
Dec 28, 2005 @ 12:42:55

From this new post today on frak's blog, there's a look at a PHP debugger that makes it simple to debugg your PHP applications - GUBED.

I never realised there was such a thing! The name of this great program is GUBED (debug backwards) and it is based on a really simple idea.

To run the debugger, you call some PHP scripts (also installed on the same website) that grab the code of the web page you want to debug, and call you back (as other 'hard server install' solutions do).

Gubed is a cross platform program to debug PHP scripts. For a general overview, see the About section, for a more technical description, see the documentation.

tagged: server debugger go anywhere GUBED server debugger go anywhere GUBED

Link:


Trending Topics: