Description
Developers can debug legacy PHP code interactively from the terminal. This helps inspect execution, test code paths, and diagnose problems in older PHP applications.
It is a command-line debugging tool. Debug sessions can reveal source code, paths, variables, and secrets, so avoid exposing debugger access on shared or production systems.