Skip to content

Instantly share code, notes, and snippets.

@webrgp
Last active January 15, 2026 19:18
Show Gist options
  • Select an option

  • Save webrgp/7673e4ecaf392d1b22ce2ea85db5f101 to your computer and use it in GitHub Desktop.

Select an option

Save webrgp/7673e4ecaf392d1b22ce2ea85db5f101 to your computer and use it in GitHub Desktop.
Craft CMS debug panel IDE configuration
<?php
/**
* config/debug.php
*/
return [
'traceLine' => '<a href="vscode://file/{file}:{line}">{file}:{line}</a>',
// 'traceLine' => '<a href="phpstorm://open?url={file}&line={line}">{file}:{line}</a>',
// 'traceLine' => '<a href="zed://file/{file}:{line}">{file}:{line}</a>',
'tracePathMappings' => [
'/var/www' => '/Users/username/your/path/to/craft/project',
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment