Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full file paths in PhpStorm #313

Closed
dg opened this issue May 12, 2016 · 3 comments
Closed

Full file paths in PhpStorm #313

dg opened this issue May 12, 2016 · 3 comments

Comments

@dg
Copy link
Member

dg commented May 12, 2016

When full path names are displayed in PhpStorm console, they are clickable:

image

image

Full paths can be enabled manually by Tester\Dumper::$maxPathSegments = NULL, but I am thinking how to automatize it. One possibility is to detect, that it runs in debugging console. It seems that there is environment variable XDEBUG_CONFIG=idekey=**** in debugging console. Or go the other way?

@fprochazka
Copy link
Contributor

fprochazka commented May 13, 2016

Just a minor improvement: making it end with :17 would also take you to the right line :) #183

@dg
Copy link
Member Author

dg commented May 13, 2016

In PhpStorm 2016.1.1 it works correctly with braces.

@milo
Copy link
Member

milo commented Jul 1, 2016

@dg I totally overlooked this.

Hmm, the XDEBUG_CONFIG is present in PhpStorm in debug mode only, not in run which would be useful too. The first idea is some environmental var. Not sure it is a good idea.

@dg dg closed this as completed in 2844cc3 Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants