Skip to content

ubuntu

Xdebug for NetBeans

Add the following to php.ini [xdebug]xdebug.remote_enable = onxdebug.remote_handler=dbgpxdebug.remote_host=localhostxdebug.remote_port=9000xdebug.idekey=”netbeans-xdebug”xdebug.remote_autostart=onxdebug.profiler_enable = onxdebug.profiler_enable_trigger = on Might also need to add the following to php.ini:xdebug.remote_autostart=on

Eclipse Workspace

An Eclipse workspace is a folder which is used to store a project. Procedure to create a workspace in Eclipse: While in the workspace “/var/www”… Read More »Eclipse Workspace