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 c395a81 + d5ebf91 commit 0344153Copy full SHA for 0344153
reference/configuration/framework.rst
@@ -297,7 +297,7 @@ Another alternative is to set the ``xdebug.file_link_format`` option in your
297
xdebug.file_link_format="phpstorm://open?file=%f&line=%l"
298
299
// example for PhpStorm with Jetbrains Toolbox
300
- 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"
301
302
// example for Sublime Text
303
xdebug.file_link_format="subl://open?url=file://%f&line=%l"
0 commit comments