I started building DebugProbe because I kept hitting the same problem in real projects:
“Why does this API behave differently in staging, production, and local?”
Too much time was going into manual request inspection, checking headers, comparing JSON responses, and trying to reproduce issues across environments.
I wanted something lightweight(most important) that works directly inside ASP.NET Core and makes these differences visible immediately.
Still early, but I’m continuing to improve it step by step because I know this debugging pain is real for backend developers.
Live demo is already available and more improvements are coming.

Top comments (0)