View Issue Details

IDProjectCategoryView StatusLast Update
0001453XdebugDocumentationpublic2017-07-10 20:51
Reporteragidu Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0001453: proxyinit: parameter -a instead of -p
Description

The section https://xdebug.org/docs-dbgp.php#just-in-time-debugging-and-debugger-proxies of the documentation contains the following line:

proxyinit -a ip:port -k ide_key -m [0|1]

however, the -a parameter does not seem to exist, and the ip address does not seem to be supported. The correct syntax seems to be

proxyinit -p port -k ide_key -m [0|1]

TagsNo tags attached.
Operating System
PHP Version7.1.0-7.1.4

Activities

derick

2017-07-10 08:57

administrator   ~0004368

Hi,

you're right - the example and text are wrong, although the description of the parameters is correct. I've fixed it at https://github.com/derickr/dbgp/commit/69b27d430cbe5b3a172343d9c53386242c758b1d

I'll update the Xdebug.org page in a while, as it's a little cumbersome to do so.

cheers,
Derick

agidu

2017-07-10 20:51

reporter   ~0004369

Thanks, keep on your good work!

Issue History

Date Modified Username Field Change
2017-07-06 22:36 agidu New Issue
2017-07-10 08:57 derick Note Added: 0004368
2017-07-10 08:57 derick Status new => closed
2017-07-10 08:57 derick Assigned To => derick
2017-07-10 08:57 derick Resolution open => fixed
2017-07-10 20:51 agidu Note Added: 0004369