View Issue Details

IDProjectCategoryView StatusLast Update
0001956XdebugStep Debuggingpublic2021-03-20 18:18
ReporterChealer Assigned Toderick  
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0001956: Documentation: "Configuring Step Debugging" has broken "communication" link
Description

https://xdebug.org/docs/step_debug#configure contains the following as second paragraph:
If PHP/Xdebug run on a different machine, virtual host, or in a Docker container, you need to tell Xdebug where to make the debugging connection to, as it is Xdebug that initiates the communication to the IDE, and not the other way around.

In the quoted sentence, the word "communication" is a hyperlink which links to an anchor on the same page, i.e. https://xdebug.org/docs/step_debug#communication
Presumably as a result of an incomplete update, this target no longer exists, so clicking the link has no effect.

Additional Information

By the way, the Manual Initiation section could be clarified regarding sessions. It is not clear what session_name means.

TagsNo tags attached.
Operating System
PHP Version8.0.0-8.0.4

Activities

derick

2021-03-20 18:18

administrator   ~0005803

I've fixed the link. The session_name value is mentioned earlier on that page, but I've clarified that a little too now.

Issue History

Date Modified Username Field Change
2021-03-18 15:29 Chealer New Issue
2021-03-20 18:18 derick Assigned To => derick
2021-03-20 18:18 derick Status new => resolved
2021-03-20 18:18 derick Resolution open => fixed
2021-03-20 18:18 derick Note Added: 0005803