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 0953037 + 0be9db9 commit 161b871Copy full SHA for 161b871
reference/configuration/framework.rst
@@ -348,7 +348,7 @@ Another alternative is to set the ``xdebug.file_link_format`` option in your
348
xdebug.file_link_format="phpstorm://open?file=%f&line=%l"
349
350
// example for PhpStorm with Jetbrains Toolbox
351
- 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"
352
353
// example for Sublime Text
354
xdebug.file_link_format="subl://open?url=file://%f&line=%l"
0 commit comments