You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Junichi Yamamoto (Jira)" <ji...@apache.org> on 2020/12/06 02:58:00 UTC

[jira] [Resolved] (NETBEANS-5080) Xdebug tcp port opens only once

     [ https://issues.apache.org/jira/browse/NETBEANS-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Junichi Yamamoto resolved NETBEANS-5080.
----------------------------------------
    Fix Version/s: 12.3
       Resolution: Fixed

Fixed.

I've also added the buttons to copy example settings to the clipboard. Thanks.

> 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: 12.2
>            Reporter: Jayce
>            Assignee: Junichi Yamamoto
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 12.3
>
>         Attachments: BadIconInModal.png, netbeans-5080-ubuntu.gif
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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