Command-Line Debugging

Powerful debugging and analysis capabilities from your terminal. Analyze code, scan for vulnerabilities, and monitor performance with simple CLI commands.

Execute scan: $ debugphp analyze project-folder

Core Features

Security Scanning

Automatically detect XSS, SQL injection, insecure dependencies, and other common vulnerabilities in your PHP projects.

  • Real-time vulnerability reports
  • CLI security audits in terminal

Code Analysis

Get detailed code quality reports, performance metrics, and cyclomatic complexity analysis directly from the command line.

  • Complexity metrics
  • Maintainability scores

Debugging Tools

Set breakpoints, inspect variable values, and step through execution flow with terminal-based debugging capabilities.