View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001412 | Xdebug | Step Debugging | public | 2017-04-02 10:26 | 2020-03-12 16:43 |
Reporter | webdbase | Assigned To | derick | ||
Priority | none | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | won't fix | ||
Platform | Any | OS | Any | OS Version | Any |
Summary | 0001412: Variable remote port | ||||
Description | Is it possible to add support for a variable remote port, e.g. sent via a GET variable XDEBUG_REMOTE_PORT=DDDD? | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.1.0 | ||||
|
Hi, I am not going to add this. Similarly to not having the remote host configurable through the web interface, adding this would open up hosts with Xdebug running to make random connections to other ports on your (firewall) host. Instead, Xdebug already provides functionality for this with the help of a DBGp proxy. I have written how this works at https://derickrethans.nl/debugging-with-multiple-users.html, and PhpStorm allows for DBGp proxies to be used too. cheers, |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-04-02 10:26 | webdbase | New Issue | |
2017-04-16 08:36 | derick | Note Added: 0004267 | |
2017-04-16 08:36 | derick | Status | new => resolved |
2017-04-16 08:36 | derick | Resolution | open => won't fix |
2017-04-16 08:36 | derick | Assigned To | => derick |
2020-03-12 16:43 | derick | Category | Feature/Change request => Step Debugging |