Additional Info
Type
Package ID
live627:stack_trace
First Created
February 10, 2020, 05:36:02 PM
Last Updated
September 04, 2023, 11:47:15 PM

Stack Trace v1.0

Show the backtrace in the error log
Compatible With 2.0.19
Latest version v1.0
Downloads 242
Reviews 0
Rating 0/5
Subscribers 1
License MIT License (View License)
Author(s)
Screenshots
Stack Trace 1.0





Show the backtrace in the error log

Introduction:


In simple terms, a stack trace is a list of the method calls that the application was in the middle of when an error was encountered.

Tracing the call stack is important for complex codebases such as SMF because doing so helps software engineers and other developers find bugs in the program. Because of the nature of modern code syntax, and the complexity of the average project, looking for bugs can be very difficult. A stack trace is just one of many tools that can be useful in finding bugs or glitches.

This mod works by calling debug_backtrace() from log_error to ask PHP to trace the call stack. The results are then serialized into a database field for viewing by the admin when the error log is opened.
stack-trace.zip
3.98 KB v1.0 2.0.19
Manual installation info
You have to register or login to be able to leave a review
There are currently no reviews on this customization
Advertisement: