Debugging a live, running PHP application has never been so easy!

  DOWNLOAD 842 KB Free

When working with variables in the debugger display, you can bring up an inspector HUD to view the entire contents of the variable.

This is great for long strings such as templates, queries, or POST values. Like any traditional debugger, MacGDBp will allow you to walk through your code one line (or more) at a time. The three stepping controls allow you to step into a line of code, moving deeper into the function stack; step out of a line of code, taking you out of a function and up the stack by one level; or step over a line of code, for when inspection of a further method call is not necessary. Breakpoints are an integral part of any debugging system. With a breakpoint, you can have the PHP engine pause execution at a specific line of code and then go over each line of code, examining the variables that have changed, to find a specific bug that is plaguing your application. Breakpoints can be set before you even attach the debugger to the running PHP application in the breakpoints manager, or while the PHP application is actively running and is paused at a different point of execution.

  DOWNLOAD 842 KB Free
Specifications
Developer:
Blue Static
License type:
Freeware
Related stories