Let’s be honest. Chrome DevTools was never designed for API developers.
It’s powerful, sure. But trying to inspect your API logs in there feels like digging through noise. You’re surrounded by unrelated JavaScript errors, extension messages, browser warnings, and requests that have nothing to do with what you're working on.
We built something better.
Bruno Dev Tools is a focused experience that gives you everything you need to debug API workflows — no noise, no distractions. Starting in v2.8.x, you now have access to a proper Console and a fully featured Network tab, right inside Bruno.
The new Console makes it easy to see what’s happening inside your scripts.
console.log()
inside scripts or testsEach request has its own console output, scoped and readable. No browser clutter. No surprises.
The Network tab gives you a complete view of every request you send.
This isn’t a filtered-down browser network panel. It’s a clear, direct view of the actual traffic your collection is generating, with the details you care about front and center.
See a full list of historical requests and their respective details:
Dive into the response details including Header and Body:
View the complete network activity for the request:
Bruno Dev Tools is purpose-built for API development. That means:
Just clean, focused debugging.
"I just wanted to see a log from my script, and suddenly I'm buried in a sea of unrelated junk in Chrome."
We’ve seen the same frustration from developers again and again. Debugging a request shouldn’t require opening a browser console. You should be able to see exactly what’s going on, right where you’re working.
So now you can.
The new Console and Network features are available in the latest version of Bruno.
No config needed. Just open Dev Tools and run your collection.
We’re already exploring where Dev Tools goes from here. Better visualizations, richer scripting feedback, maybe even timeline graphs or mocked responses.
If there’s something you’ve always wanted from a console experience but never got, let us know. This is just the start.