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 154092

Summary: NB does not free the port assigned for debuging(xdebug) after end of debugging
Product: php Reporter: sepehrmm <sepehrmm>
Component: DebuggerAssignee: rmatous <rmatous>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description sepehrmm 2008-11-28 13:20:03 UTC
when debugging in php , NB connect successfully to debugger on default port(9000) but when i stop the debugging i have 
to close IE or FF to be able to re-debug my code otherwise the debugger don't work properly and stays in waiting mode 
to connect to the port,in other words NB don't release the port after the end of debugging so next time you debug , the 
port is busy unless you close the browser.
Comment 1 rmatous 2008-12-09 15:20:23 UTC

*** This issue has been marked as a duplicate of 149712 ***