Tag: xampp
-
How-to configure Xdebug + XAMPP + Aptana Studio 3 on Windows
This how-to will describe how to configure Aptana Studio 3 on Windows with XAMPP and Xdebug to be able to debug PHP code. Enable Xdebug in apache The first thing, that we should do is to enable Xdebug on XAMPP. For this we must edit the php.ini file that configurates the php module. So…