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


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?
When full path names are displayed in PhpStorm console, they are clickable:
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 variableXDEBUG_CONFIG=idekey=****in debugging console. Or go the other way?