Alternatives
Products that do what API Error Debugger does
Debug API errors in Chrome without digging through DevTools
- 1OD
Effortlessly discover API behaviour with a Chrome extension that automatically generates OpenAPI specifications in real time for any app or website.
2023 · github.com
- 2

- 3IR
Sharing an internal tool that accelerated my development work 10-fold, especially with API debugging. Thought fellow developers here might find it useful. As a developer, I often have trouble reproducing errors at the client end. https://intercept.rest lets me debug and monitor API requests and responses. It is similar to the Network tab in Chrome Developer Tools but works for any API: mobile apps, webhooks, frontend etc. After I shared it with a close circle of friends, they found it incredibly useful and even found new use cases, I never imagined. Been a long time lurker here and…
2018
- 4

- 5

- 6

- 7

- 8

- 9

- 10CR
2016 · github.com
- 11

- 12

- 13

- 14IW
2021 · github.com
- 15

- 16

- 17QD
Hi HN, I'm Tyler Flint. Eight months ago we shared qtap here (https://news.ycombinator.com/item?id=43928118). Today we're releasing DevTools - a browser-based interface that gives you the Chrome Network tab experience for server-side HTTP/S traffic. The problem: You're debugging a production issue. An external dependency is returning errors. Your logs say "request failed" but not what was actually sent. Adding debug logging means redeploying and restarting services - which takes time and often changes the conditions you're trying to debug. tcpdump shows encrypted blobs.…
Jan 2026 · qpoint.io
- 18

- 19

- 20

- 21EB
Hey folks, I built out a chrome extension to make it easy to share bug reports with your teams. It's a super simple and easy to use product. Would be grateful for feedback if you use it. Thanks!
2024 · chromewebstore.google.com
- 22RC
2018 · chrome.google.com
- 23EW
2021 · jwt.tool-kit.dev
- 24DB
Requirement: - Excellent feedback during development - Debugging with source maps Method: I'm using these scripts in package.json. "scripts": { "di": "node-inspector -d=7000 -p=8000 --save-live-edit --hidden node_modules/", "ds1": "babel ./server -d ./build/server -s -w", "ds2": "nodemon --watch ./build/server --delay 100ms --debug=7000 ./build/server/main.js" }, Then run "npm run ds1; npm run ds2; npm run di" Why: I took some time to put this together, after navigating all the tools out there. I personally find this to be "correct". Thought I'd…
2016
Ranked by how close each launch is in meaning, then by votes. Refine with a description →