DBG – PHP Debugger

DBG(PHP Debugger) is a a full-featured php debugger, an interactive tool that helps you debugging php scripts.
It works on a production and/or development WEB server and allows you debug your scripts locally or remotely, from an IDE or console.
General features as follows.
* Native debugger. Works transparently, neither … Read more