boolean runWithDebug = launchConfiguration.getAttribute(
IPHPDebugConstants.RUN_WITH_DEBUG_INFO, true);
if (launch.getLaunchMode().equals(ILaunchManager.DEBUG_MODE)) {
runWithDebug = false;
}
PHPProcess process = new PHPProcess(launch, URL);
debugTarget = (PHPDebugTarget) createDebugTraget(this, launch, URL,
requestPort, process, runWithDebug, stopAtFirstLine, project);
launch.addDebugTarget(debugTarget);
// A fix for Linux display problem.
// This code will auto-expand the debugger view tree.