Home
last modified time | relevance | path

Searched refs:newPHPDBGProxy (Results 1 – 1 of 1) sorted by relevance

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.launching/src/net/sourceforge/phpdt/internal/launching/
H A DDebuggerRunner.java31 PHPDBGProxy newPHPDBGProxy = new PHPDBGProxy(configuration in run() local
38 newPHPDBGProxy.setDebugTarget(debugTarget); in run()
39 newPHPDBGProxy.start(); in run()
43 activateDBGSESSIDPreview(configuration, newPHPDBGProxy in run()
47 setEnvironmentVariables(configuration, newPHPDBGProxy.getPort()); in run()