[
https://issues.apache.org/jira/browse/NETBEANS-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242283#comment-17242283
]
Jayce commented on NETBEANS-5080:
---------------------------------
Ok, spent my morning doing tests...
I can confirm the socket bug only occurs when *httpd is off,* then you press
Debug button.
If you are in working configuration (httpd on), and one breakpoint is
triggered, then you can stop/restart debugging without problem.
If not, i need to quit/relaunch Netbeans.
In addition, it does not open the browser (let say Chrome) when Netbeans is in
a "bugged" state.
As i re-installed my server to be sure it's not on my side, here is the php
infos:
{code:java}
PHP 8.0.0 (cli) (built: Nov 30 2020 13:51:52) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.0-dev, Copyright (c) Zend Technologies
with Zend OPcache v8.0.0, Copyright (c), by Zend Technologies
with Xdebug v3.0.0, Copyright (c) 2002-2020, by Derick Rethans
{code}
Let me know if you want specifics test
> 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