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 256016

Summary: Split xdebug session and listener (debuging multiple projects)
Product: php Reporter: sam002
Component: DebuggerAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description sam002 2015-10-19 12:27:16 UTC
Story: xdebug session had been run for a project from cli and called another project (curl-call, exmpl).
If breakpoint set at the second project (remote called), it was missed.

The introduction of multi-session of xdebug should solve the problem.

In another IDE: I can resetting the debug session without  stop listening to the xdebug port (session rerun each remote or cli call).