-
-
Notifications
You must be signed in to change notification settings - Fork 220
Closed
Description
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 method Exception::getTrace().
Possible solution is disabling this feature using ini_set function after line
tracy/src/Tracy/Debugger/Debugger.php
Line 184 in 1c8d257
| ini_set('log_errors', '0'); |
Ciki and janbarasek
Metadata
Metadata
Assignees
Labels
No labels