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 - Split xdebug session and listener (debuging multiple projects)
Summary: Split xdebug session and listener (debuging multiple projects)
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: PC Linux
: P2 normal with 1 vote (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-19 12:27 UTC by sam002
Modified: 2015-10-19 12:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).