View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000499 | Xdebug | Step Debugging | public | 2009-12-16 18:19 | 2020-03-12 16:57 |
Reporter | rovangju | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | no change required | ||
Product Version | 2.0.0dev | ||||
Summary | 0000499: Remote_host and firewalls | ||||
Description | There's a fundamental issue with how remote_host works. It may be prudent to provide a means to provide something to override that behavior to allow redirection to something like an SSH tunnel. | ||||
Additional Information | If you make a tunnel from IDE machine to xdebug server - xdebug must send it's communication through the tunnel and back to the client. No way to specify without some fancy iptables stuff. | ||||
Tags | No tags attached. | ||||
Operating System | All | ||||
PHP Version | 5.3.0 | ||||
|
I am pretty sure that you can do this with just an SSH tunnel:
|
|
If you have remote_host=localhost - and have xdebug setup to interact with the ide if you load the page via browser, it won't do that unless you have the actual ip. The tunnel might reach the client, but the session won't get fired off because it's looking for localhost. Inverse, if you have remote_host=<my_ip>, it attmpts to start the debugging session from the browser, but won't connect to the client because it's not tunneled. best way to explain it would be variables like: |
|
What you say is not true; I just tested this with the following setup:
And I get this connection popping up in Komodo. If there is anything that prevents this from working, it's your IDE. |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-12-16 18:19 | rovangju | New Issue | |
2009-12-16 18:19 | rovangju | Operating System | => All |
2009-12-16 18:19 | rovangju | PHP Version | => 5.3.0 |
2009-12-16 18:19 | rovangju | Xdebug Version | => 2.0.5 |
2009-12-22 00:37 | derick | Note Added: 0001201 | |
2009-12-22 00:37 | derick | Status | new => feedback |
2009-12-22 03:48 | rovangju | Note Added: 0001204 | |
2009-12-22 03:51 | rovangju | Note Edited: 0001204 | |
2009-12-22 09:44 | derick | Note Added: 0001205 | |
2009-12-22 09:44 | derick | Status | feedback => resolved |
2009-12-22 09:44 | derick | Resolution | open => no change required |
2009-12-22 09:44 | derick | Assigned To | => derick |
2020-03-12 16:57 | derick | Category | Feature/Change request => Step Debugging |