Add note about MacGDBp stand-alone graphical debugger.

This commit is contained in:
Alan Pinstein
2013-08-25 11:43:15 -04:00
parent b48ad8bc59
commit 6556f426a7

View File

@@ -29,7 +29,13 @@ listen on. Then it's just a matter of putting your IDE into "listen for connecti
Your IDE will now intercept the current state as the script executes, allowing you to set breakpoints and probe the
values in memory.
Graphical debuggers make it very easy to step through code, inspect variables, and eval code against the live runtime.
Many IDE's have built-in or plugin-based support for graphical debugging with xdebug. MacGBDp is a free, open-source,
stand-alone xdebug GUI for Mac.
* [Learn more about XDebug][xdebug-docs]
* [Learn more about MacGDBp][macgdbp-install]
[xdebug-docs]: http://xdebug.org/docs/
[xdebug-install]: http://xdebug.org/docs/install
[xdebug-install]: http://xdebug.org/docs/install
[macgdbp-install]: http://www.bluestatic.org/software/macgdbp/