From 6556f426a7abd8689ffd24219ce78ca1c4be5633 Mon Sep 17 00:00:00 2001 From: Alan Pinstein Date: Sun, 25 Aug 2013 11:43:15 -0400 Subject: [PATCH] Add note about MacGDBp stand-alone graphical debugger. --- _posts/03-06-01-XDebug.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_posts/03-06-01-XDebug.md b/_posts/03-06-01-XDebug.md index ce78520..be511f3 100644 --- a/_posts/03-06-01-XDebug.md +++ b/_posts/03-06-01-XDebug.md @@ -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 \ No newline at end of file +[xdebug-install]: http://xdebug.org/docs/install +[macgdbp-install]: http://www.bluestatic.org/software/macgdbp/