Gubed PHP Debugger 0.2.2 review

Download
by rbytes.net on

Gubed PHP Debugger is, as the name suggests, a program to debug PHP scripts

License: GPL (GNU General Public License)
File size: 0K
Developer: McCabe
0 stars award from rbytes.net

Gubed PHP Debugger is, as the name suggests, a program to debug PHP scripts. It is not, as some people first believe, a PHP syntax checker.

That is, it wont tell you where you forgot to put an ending bracket. It is rather a debugger to find logical errors, like 'why does this if-statement not occur' or 'why does that loop never end'.

The main goals is to provide a free (as in beer and freedom), easy to use, easy to install and usable PHP debugger.

It currently supports stepping through code, watching contents of variables and setting breakpoints (line and conditional).

No changes are needed to server software or the scripts being debugged (at least from version 0.1.0). Especially, no php or webserver components are requried.

What's New in This Release:
Fixed parser bug for T_ARRAY lines (thanks to Iassen Hristov who reported).
Fixed problem with undefined Gubed variable (thank to Jerome Rouer for reporting).

Gubed PHP Debugger 0.2.2 keywords