yii2-debug icon indicating copy to clipboard operation
yii2-debug copied to clipboard

Docs for linking stacktrace files to PHPStorm on Linux

Open cebe opened this issue 8 years ago • 1 comments

are currently missing: https://github.com/yiisoft/yii2-debug/pull/162#issuecomment-263600124

Some useful resources:

  • http://www.tuicool.com/articles/ANBBVj
  • https://github.com/pinepain/PhpStormOpener
  • https://youtrack.jetbrains.com/issue/IDEA-65879

cebe avatar Nov 29 '16 20:11 cebe

example phpstorm image

$config['modules']['debug'] = [
    'class' => 'yii\debug\Module',
    'traceLine' => '<a href="http://localhost:63342/api/file?file={file}&line={line}" onclick="var a=new XMLHttpRequest;a.open(\'GET\',this.href);a.send(null);return!1">{text}</a>'
]

bashkarev avatar Dec 16 '16 07:12 bashkarev