Is it possible to show the full path to files in the stack trace when XDebug catches an error?
At the moment I just get this:
../stack.php:47
But I would rather see something like:
C:\inetpub\wwwroot\mysite\stack.php:47
Is this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, but there is a mouseOver. If you hover over the filename, the whole path should pop up in a tooltip. If you want to full path there by default, you’ll have to send in a feature request at http://bugs.xdebug.org.