Xdebug is a php extension that helps you debug your scripts. It provides valuable debug information, including error stack traces and memory allocation summaries. It can generate profiling information about your php scripts, to be used for script execution analysis and optimization. It also supports debugging interactively using the dbg debug client.
Xdebug is a php extension that helps you debug your scripts. It provides valuable debug information, including error stack traces and memory allocation summaries. It can generate profiling information about your php scripts, to be used for script execution analysis and optimization. It also supports debugging interactively using the dbg debug client.
To install php55-xdebug, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install php55-xdebug
To see what files were installed by php55-xdebug, run:
port contents php55-xdebug
To later upgrade php55-xdebug, run:
sudo port selfupdate && sudo port upgrade php55-xdebug
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.