소개
This skill empowers Claude with a comprehensive suite of PHP analysis tools that eliminate the need for manual code modifications like var_dump(). By leveraging Xdebug through a Model Context Protocol (MCP) interface, it allows for deep inspection of PHP applications, including forward execution tracing, step-by-step variable tracking at breakpoints, performance profiling to find bottlenecks, and code coverage analysis. It is an essential toolset for developers needing to perform precise root-cause analysis, optimize execution speed, or map out complex call stacks in any PHP environment.