Comprehensive guides, tutorials, and API references for using DebugPHP's debugging infrastructure.
Dive into the core concepts of DebugPHP and set up your developer environment for maximum productivity with our step-by-step guides.
npm install -g debugphp
debugphp new project-name
Initializing DebugPHP project... ✔ Creating directory structure ✔ Installing dependencies Success! Project created at /home/user/my-project Next steps: 1. Run debugphp dev to start the development server 2. Visit localhost:8080 in your browser
Understanding how the execution tracer works, with real-time breakpoints and remote execution monitoring.
Architecture Guide →Learn our automated vulnerability detection approach covering XSS, SQLi, and insecure dependency handling.
Security Guide →Connecting with VS Code, GitHub Actions, and DevOps pipelines for seamless debugging workflows.
Integration Guide →All available DebugPHP API endpoints for code analysis, debugging, and security scanning.
Execute live debugging sessions with real-time execution tracking and breakpoint inspection
Content-Type
application/json
See our API documentation for full request and response formats.
Scan applications for XSS, SQL injection, insecure dependencies, and other common vulnerabilities
Authorization
Bearer YOUR_TOKEN
See our API documentation for full request and response formats.