1 package net.sourceforge.phpeclipse.xdebug.php.launching;
3 import org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector;
4 import org.eclipse.debug.core.sourcelookup.ISourceLookupParticipant;
6 public class PHPSourceLookupDirector extends AbstractSourceLookupDirector {
8 public void initializeParticipants() {
9 addParticipants(new ISourceLookupParticipant[] { new PHPSourceLookupParticipant() });