Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-1918

PHP remote debug socket exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 10.0
    • None
    • php - Debugger
    • None

    Description

      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)

      Attachments

        Activity

          People

            Unassigned Unassigned
            fhangel Freddy A
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: