From 7136211fd0ad2d224192b17343cd26a55997cc36 Mon Sep 17 00:00:00 2001 From: Alastair Hole Date: Wed, 20 Nov 2013 16:29:44 +0000 Subject: [PATCH] Update 03-06-01-XDebug.md Corrected MacGBDp to MacGDBp --- _posts/03-06-01-XDebug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/03-06-01-XDebug.md b/_posts/03-06-01-XDebug.md index 402eb1e..8334b5c 100644 --- a/_posts/03-06-01-XDebug.md +++ b/_posts/03-06-01-XDebug.md @@ -31,7 +31,7 @@ Your IDE will now intercept the current state as the script executes, allowing y 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, +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. * [Learn more about XDebug][xdebug-docs]