[PR #1] Source-Links not properly escaped #8

Open
opened 2026-01-24 12:56:56 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/symfony/debug/pull/1

State: closed
Merged: No


Example (PHPstorm Remote Call)

xdebug.file_link_format="javascript:var rq = new XMLHttpRequest(); rq.open(\"GET\", \"http://localhost:8091?message=%f:%l\", true); rq.send(null);"

causes errors (does not work). With this patch this is fixed

**Original Pull Request:** https://github.com/symfony/debug/pull/1 **State:** closed **Merged:** No --- Example (PHPstorm Remote Call) ``` xdebug.file_link_format="javascript:var rq = new XMLHttpRequest(); rq.open(\"GET\", \"http://localhost:8091?message=%f:%l\", true); rq.send(null);" ``` causes errors (does not work). With this patch this is fixed
admin added the pull-request label 2026-01-24 12:56:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: symfony/debug#8