Merge pull request #328 from afhole/patch-1

Update 03-06-01-XDebug.md
This commit is contained in:
Phil Sturgeon
2013-11-20 09:56:09 -08:00

View File

@@ -31,7 +31,7 @@ Your IDE will now intercept the current state as the script executes, allowing y
values in memory. values in memory.
Graphical debuggers make it very easy to step through code, inspect variables, and eval code against the live runtime. 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, Many IDE's have built-in or plugin-based support for graphical debugging with xdebug. MacGDBp is a free, open-source,
stand-alone xdebug GUI for Mac. stand-alone xdebug GUI for Mac.
* [Learn more about XDebug][xdebug-docs] * [Learn more about XDebug][xdebug-docs]