Source: http://forums.guru3d.com/showthread.php?t=356046
Source: https://www.apachefriends.org/faq_windows.html
PHP 5.6
PHP 7
zend_extension = [pathToYouDLLinsideExtFolder] ;mine was: zend_extension = C:\xampp\php\ext\php_xdebug-2.4.0-5.6-vc11.dll [xdebug] xdebug.remote_enable=1 xdebug.remote_host=localhost xdebug.remote_port=9000
If you are using a Web Server to execute your scripts, restart it.
If you got some problem, use XDebug Wizard
Menu Bar > Window > Preferences > General > Appearance > Theme: Dark Studio;
Menu Bar > Window > Preferences > General > Workspace > New Text Files Line Delimiter: Unix;
Menu Bar > Window > Preferences > General > Workspace > Text File encoding: utf-8;
Menu Bar > Window > Preferences > Aptana Studio > Themes > Editor Theme: Monokai;
Menu Bar > Window > Preferences > Aptana Studio > Themes > Editor Theme > Selection: 222222;
Menu Bar > Window > Preferences > Aptana Studio > Editors > Enable Word Wrap: checked;
Menu Bar > Window > Customize Perspective > Command Groups Availabilty > Available Command Groups > External Tools: checked;
Excute the Aptana install executable specifying the extraction directory, like this:
Aptana_Studio_3_Setup_3.6.1.exe /extract:[folderToExtract]
Remembering that Aptana Studio needs a x86 version of JRE to execute.
ConEmu tweaks
Make CMD output in utf-8 charset
In [Startup > Enviroment > Set up enviroment variables, cmd.exe aliases, codepage] add the following line:
chcp utf8