Freddy A created NETBEANS-1918:
----------------------------------
Summary: PHP remote debug socket exception
Key: NETBEANS-1918
URL: https://issues.apache.org/jira/browse/NETBEANS-1918
Project: NetBeans
Issue Type: Bug
Components: php - Debugger
Affects Versions: 10.0
Reporter: Freddy A
Remote debugger doesn't work. The debugger reaches the first break point but
once I hit F8 or any other option to continue, it takes some time and then a
pop up comes up with the error: "socket exception occurred". The same setup
works in the old 8.2.
Nothing in the xdebug log and only the lines below in the IDE log:
java.net.SocketException: Software caused connection abort: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
at java.net.SocketOutputStream.write(SocketOutputStream.java:143)
at org.netbeans.modules.php.dbgp.packets.DbgpCommand.send(DbgpCommand.java:67)
at
org.netbeans.modules.php.dbgp.DebugSession.sendCommands(DebugSession.java:183)
[catch] at org.netbeans.modules.php.dbgp.DebugSession.run(DebugSession.java:115)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists