1 Repo
Augments exception stack traces with additional context like file, line, and call chain details for debugging.
Distinct from Stack Trace Generation: Distinct from Stack Trace Generation: focuses on enriching existing traces with context, not just capturing raw stacks.
Explore 1 awesome GitHub repository matching software engineering & architecture · PHP Stack Trace Enrichers. Refine with filters or upvote what's useful.
The Symfony Debug component is a PHP debugging toolkit that converts PHP warnings and notices into exceptions for consistent runtime error handling. It provides a unified error management system by registering a global error handler that intercepts all PHP errors and forwards them to an exception-based pipeline. The component catches uncaught PHP exceptions and displays detailed stack traces enriched with file, line, and call chain context for developer visibility. It maps PHP error severity levels to corresponding exception types, enabling granular control over how different error conditions
Augments exception stack traces with file, line, and call chain details for debugging.