[ 
https://issues.apache.org/jira/browse/NETBEANS-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242050#comment-17242050
 ] 

Junichi Yamamoto commented on NETBEANS-5080:
--------------------------------------------

Well, I can't reproduce it...

I can debug after I close the information dialog. (I can repeat the same thing.)

Product Version: Apache NetBeans IDE DEV (Build 
dev-a27633309046ec4ef2fc1a828d9377cbd2d98900)
Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+1-Ubuntu-0ubuntu1.20.04
Runtime: OpenJDK Runtime Environment 11.0.9.1+1-Ubuntu-0ubuntu1.20.04
System: Linux version 5.4.0-56-generic running on amd64; UTF-8; 

PHP 8.0.0 (cli) (built: Nov 27 2020 12:26:22) ( 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.0beta1, Copyright (c) 2002-2020, by Derick Rethans

> 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: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to