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

How to make it show the exact error location #22

Open
ahmadzissa opened this issue Apr 3, 2018 · 2 comments
Open

How to make it show the exact error location #22

ahmadzissa opened this issue Apr 3, 2018 · 2 comments

Comments

@ahmadzissa
Copy link

Hello, can you make new feature to show the exact line of the error like in laravel 5.5 ?

Sometime the message doesn't help to figure out how does the error occur.

I hope you can do it. it will be great addition to this project.

thank you.

@akaamitgupta
Copy link
Contributor

@ahmadzissa We use symfony/debug to get all the stack traces. So I can't really help in this. If have any idea how to improve it then please give a PR.

@andrey-helldar
Copy link

The packet normally returns information about the location of the error. The main thing is to read the stack trace carefully. It indicates the file in which the error occurred and the line number:

2019-01-17 13-23-05 - - outlook
2019-01-17 13-25-28 - - outlook

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