-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
Missing arguments in backtrace on PHP 7.4 #415
Comments
dg
added a commit
that referenced
this issue
Apr 15, 2020
dg
added a commit
that referenced
this issue
Apr 16, 2020
Thanks! |
dg
added a commit
that referenced
this issue
Apr 23, 2020
dg
added a commit
that referenced
this issue
Apr 24, 2020
dg
added a commit
that referenced
this issue
May 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 2.7.3
On PHP 7.4 is new INI directive
zend.exception_ignore_args
. When set to On (default value), no arguments are returned from methodException::getTrace()
.Possible solution is disabling this feature using
ini_set
function after linetracy/src/Tracy/Debugger/Debugger.php
Line 184 in 1c8d257
The text was updated successfully, but these errors were encountered: