Skip to content

Tag: Eclipse

Installing Eclipse with Subversion for PHP and Javascript Development on Mac OS X

Mac OS X 10.6 Snow Leopard comes with the 64bit version of Java 1.6 installed by default. Unfortunately, Eclipse 32bit and older subeclipse plugins are not 100% compatible with the 64bit version of Java 1.6. You may encounter errors when using Eclipse such as “Unable to load default SVN client”…

6 Comments

Using Eclipse to Debug PHP

With EasyEclipse and the PHP Debugger extension, you can debug and step through a PHP call. Installing the PHP Debugger (DBG) Extension Download the PHP Debugger (DBG); specifically the DBG 2.15.5 dbg modules for windows. Unzip the dbg modules to a temporary directory. Copy the relevant php extension file, currently…

1 Comment