Description
PHP 8.3 projects can collect detailed debugging, tracing, profiling, and coverage information with Xdebug. This runtime extension helps developers inspect failures, step through code, and measure test coverage during development or CI. It is dependency-only and has no separate launcher; PHP loads it when enabled in configuration. Remote debugging and traces can expose source code, secrets, request data, and runtime state, so it should not be enabled openly in production.