Xdebug
From UwAmp Wiki
Introduction
Xdebug helps you debugging your script by providing a lot of valuable debug information.
Xdebug is installed in the PHP version included in the package and on the UwAmp repository but not on the php.net repository.
Enable XDebug
Open Xdebug Client then in the menu bar clic to "Debug" and select "Start listening"
In UwAmp Open "PHP config" and in PHP setting enable "Xdebug remote auto start" and "Xdebug remote enable".
And now when you open a page in your browser can can debug in real time from Xdebug client
More information
For more information on this extension see the webpage http://www.xdebug.org/
