View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001539 | Xdebug | Step Debugging | public | 2018-03-21 17:01 | 2018-03-30 23:19 |
Reporter | jabranr | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | not fixable | ||
Platform | Any | ||||
Product Version | 2.6.0 | ||||
Summary | 0001539: Add support from .xdebug file for path mapping | ||||
Description | Add support for .xdebug file in project root so that path mapping can be defined there instead of the IDE specifically. This will allow project maintainers to setup path mapping in certain scenarios where they would like the support for xdebug out of the box of their setup. Since this is already in a JSON format so it should be trivial to follow. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.1.0-7.1.4 | ||||
|
Path mappings are a feature of IDEs, and not of Xdebug. Xdebug only reports the real file names on the file systems where it is run, and it is up to the IDE to match these remote paths with local ones. Because this is an IDE feature, nothing can be done on the Xdebug side. |
|
Understood. Thank you for the explanation, Derick. |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-03-21 17:01 | jabranr | New Issue | |
2018-03-30 16:21 | derick | Note Added: 0004626 | |
2018-03-30 16:21 | derick | Status | new => resolved |
2018-03-30 16:21 | derick | Resolution | open => not fixable |
2018-03-30 16:21 | derick | Assigned To | => derick |
2018-03-30 23:19 | jabranr | Note Added: 0004627 | |
2020-03-12 16:33 | derick | Category | Remote Debugging => Step Debugging |