View Issue Details

IDProjectCategoryView StatusLast Update
0002163XdebugStacktracespublic2023-03-02 22:11
Reporterjohnbillion Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status newResolutionopen 
Product Version3.1.2 
Summary0002163: Feature request: Ultra lightweight mode for stack traces in logs
Description

The default PHP error log does not include a stack trace for an error unless the error is fatal. The "develop" mode of Xdebug improves this by including a full stack trace alongside the error in the PHP error log when an error of any level is encountered.

We'd like to enable this feature on our production environment but without the overhead of the other features enabled in "develop" mode.

What do you think about an ultra lightweight "logging" mode for Xdebug which only enables stack traces in the error log and nothing else. Would this reduce the overhead of Xdebug enough to warrant a separate mode? Or would such a singular feature warrant a standalone PHP extension separate from Xdebug?

TagsNo tags attached.
Operating System
PHP Version8.1.10-8.1.19

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-03-02 22:11 johnbillion New Issue