[
https://issues.apache.org/jira/browse/NETBEANS-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242111#comment-17242111
]
Jayce commented on NETBEANS-5080:
---------------------------------
100% reproductible for me.
I need to quit and relaunch Netbeans to make it re-open the socket.
Make sure Netbeans is in "Waiting For Connection (netbeans-xdebug)" state when
you stop the debugger session.
{code:java}
Product Version = Apache NetBeans IDE DEV (Build
dev-a27633309046ec4ef2fc1a828d9377cbd2d98900)
Operating System = Mac OS X version 10.16 running on x86_64
Java; VM; Vendor = 15.0.1; Java HotSpot(TM) 64-Bit Server VM
15.0.1+9-18; Oracle Corporation
Runtime = Java(TM) SE Runtime Environment 15.0.1+9-18
{code}
> Xdebug tcp port opens only once
> -------------------------------
>
> Key: NETBEANS-5080
> URL: https://issues.apache.org/jira/browse/NETBEANS-5080
> Project: NetBeans
> Issue Type: Improvement
> Components: php - Debugger
> Affects Versions: Next
> Reporter: Jayce
> Assignee: Junichi Yamamoto
> Priority: Major
> Attachments: BadIconInModal.png
>
>
> Open a php project
> - click debug, but does not launch your https server.
> - run nc -vz localhost 9003, where 9003 is the port configured in Preferences.
> {code:sh}
> % nc -vz localhost 9003
> Connection to localhost port 9003 [tcp/*] succeeded!
> {code}
> So far so good.
> - Click the Finish debugging session button. The new help with Xdebug version
> 3 shows up (great! the netbeans icon is not on top left hand corner of the
> modal box on macOS, see screenshot)
> - Click debug again:
> {code:sh}
> % nc -vz localhost 9003
> nc: connectx to localhost port 9003 (tcp) failed: Connection refused
> {code}
> *It seems NetBeans does not re-open the socket.*
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
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