DEV Community

Georgi Hristov
Georgi Hristov

Posted on

DebugProbe helps compare ASP.NET Core requests between environments.

Animated GIF showing the DebugProbe live demo inside Swagger UI. A request is executed from the ASP.NET Core API demo application, followed by inspection and comparison of request/response data through DebugProbe to demonstrate debugging API behavior across environments

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.

Dropping some links:
GitHub
LiveDemo

Top comments (0)