Skip to content

📝 Add pseudo hosts for xdebug.client_host #141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

homersimpsons
Copy link

@homersimpsons homersimpsons commented Jun 21, 2025

Following xdebug/xdebug#833 xdebug configuration now allows xdebug://gateway and xdebug://nameserver pseudo hosts, those should be documented.

image

Following xdebug/xdebug#833 xdebug configuration now allows xdebug://gateway and xdebug://nameserver pseudo hosts, those should be documented.
Comment on lines +6 to +7
<li><code>xdebug://gateway</code>: use the system defined network gateway.</li>
<li><code>xdebug://nameserver</code>: use the system defined private network nameserver.</li>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not know if the wording is OK. And if I should add wikipedia links like the socket one.

Suggested links would be:

Comment on lines +8 to +9
<li><code>unix:///path/to/sock</code>: On non-Windows platforms, supported by only a select view debugging clients,
use a <a href="https://en.wikipedia.org/wiki/Unix_domain_socket">Unix domain socket</a>.</li>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it make more sense to have this here , I also rephrased this a bit so it is shorter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant