This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 258065

Summary: Waiting for connection without listening on required port
Product: php Reporter: Coren
Component: DebuggerAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:

Description Coren 2016-02-19 15:18:30 UTC
Context: php7.0.2 xdebug v2.4.0rc4
"Watch"ed variables window: no entries

If the connection to the debugger broke down (which happens all too frequently), netbeans doesn't properly reset the socket after infamous "Socket error" popup.
One can restart the debugger and netbeans STATES, it is waiting for connections.
Yet, netstat clearly shows that netbeans is lying and it is NOT waiting for connections (there is NO listening socket at port 9000).