IProcess process = DebugPlugin.newProcess(launch, nativePHPProcess, renderLabel(configuration));
process.setAttribute(PHPLaunchingPlugin.PLUGIN_ID + ".launcher.cmdline", commandLine);
+
return process ;
}
protected String getDebugCommandLineArgument() {
return "" ;
- }
+ }
}