xdebug.org icon indicating copy to clipboard operation
xdebug.org copied to clipboard

Visual Studio Code (VSCode) - Add an example `File Link format`

Open shoulders opened this issue 1 month ago • 0 comments

Background

VSCode is now an extremely popular IDE and as a consequence xDebug is heavily used in this IDE.

The Issue

On the Settings page there is no file_link_format example for VSCode

https://xdebug.org/docs/all_settings#file_link_format

I had to use ChatGPT to figure it out, but my first place to look was this page.

Proposed Solution

Please can you add a file_link_format example for VSCode

I use this

xdebug.file_link_format = "vscode://file/%f:%l"
  • I am using Windows 11 Pro

Thanks

shoulders avatar Dec 15 '25 11:12 shoulders