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