Description
Legacy PHP 5.6 code can be inspected interactively with a debugger made for that old runtime. This helps developers understand failures, step through scripts, inspect variables, and support migrations from older applications.
It is a command-line debugging tool. Debug sessions may expose secrets from application memory or configuration, so use it on trusted systems and avoid leaving debug access enabled in production.