We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57e50c3 + 5ddff44 commit fe8503eCopy full SHA for fe8503e
reference/configuration/framework.rst
@@ -312,7 +312,7 @@ Another alternative is to set the ``xdebug.file_link_format`` option in your
312
xdebug.file_link_format="phpstorm://open?file=%f&line=%l"
313
314
// example for PhpStorm with Jetbrains Toolbox
315
- xdebug.file_link_format="jetbrains://php-storm/navigate/reference?project=example&file=%f:%l"
+ xdebug.file_link_format="jetbrains://phpstorm/navigate/reference?project=example&path=%f:%l"
316
317
// example for Sublime Text
318
xdebug.file_link_format="subl://open?url=file://%f&line=%l"
0 commit comments