Back trace?
-
I would really love the ability to see a back trace of an error’s origin. Sometimes an error is thrown on a WordPress core function because some function up the chain was the culprit, but it’s currently impossible to know where that is. So adding the output of
debug_backtrace
to the database log, or even if you could simply add an action to theLog_Handler->handle()
function so I could add a trace myself, that would be super helpful. Thanks for considering it and for providing such a useful plugin!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Back trace?’ is closed to new replies.