Ask Your Question
0

What is the xdebug.file_link_format setting for PhpStorm and WSL2?

asked 2023-05-17 14:37:02 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-05-17 15:05:02 +0000

plato gravatar image

The xdebug.filelinkformat setting for PhpStorm and WSL2 is:

xdebug.file_link_format = "phpstorm://open?%f:%l"

This will set up a link between the PHP file that is being debugged and the corresponding file in PhpStorm. When you click on a line in the debug output, PhpStorm will open the correct file at the correct line number.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-17 14:37:02 +0000

Seen: 14 times

Last updated: May 17 '23