ManthanGadiya/X-Debug ? reverse-engineered prompt
Reverse engineered prompt
Build me an app called XDebug, a debugging assistant that helps me understand why a bug happened, not just where it crashed.
I want a simple web app with a backend and a frontend, where I can eventually upload a code repository, inspect it, and get an explainable report that shows the likely root cause, how the failure spread, and what parts of the code are involved. For now, set up the foundation so the site has a clean dashboard, a health check from the backend, and the app is ready for repository analysis, graph based bug tracing, and readable explanations later.
Please make it work locally and in Docker, with a solid API, good error handling, and a modern UI that feels like a debugging tool. If you need to look up current docs or best practices for any library, go ahead and do that. I also want the project organized so it can grow into static analysis, runtime tracing, and graph visualizations without needing a big rewrite.
Are you gonna build this?
make sure you review the code using coderabbit