git://git.phpeclipse.com
/
phpeclipse.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
modification to debug on a remote server
[phpeclipse.git]
/
net.sourceforge.phpeclipse.launching
/
src
/
net
/
sourceforge
/
phpdt
/
internal
/
launching
/
PHPRuntime.java
diff --git
a/net.sourceforge.phpeclipse.launching/src/net/sourceforge/phpdt/internal/launching/PHPRuntime.java
b/net.sourceforge.phpeclipse.launching/src/net/sourceforge/phpdt/internal/launching/PHPRuntime.java
index
dd1827c
..
56c6101
100644
(file)
--- a/
net.sourceforge.phpeclipse.launching/src/net/sourceforge/phpdt/internal/launching/PHPRuntime.java
+++ b/
net.sourceforge.phpeclipse.launching/src/net/sourceforge/phpdt/internal/launching/PHPRuntime.java
@@
-107,7
+107,7
@@
public class PHPRuntime {
reader.setContentHandler(getRuntimeConfigurationContentHandler());
reader.parse(new InputSource(getRuntimeConfigurationReader()));
} catch(Exception e) {
- PHPLaunchingPlugin.getDefault().log(e);
+ PHPLaunchingPlugin.log(e);
}
}