I've been using httpdbg to find 3rd party API calls in my test suite so that I can mock them. I find myself scrolling through the request "stack" tab quite often and it would be really useful to highlight the lines in the trace from my application code vs library code.
Perhaps the best way to approach this flexibly is to add a setting where users can add an arbitrary regex pattern and a color code. So I could have all my test files highlighted in one color, and all my application code highlighted in another. Maybe a certain library could be highlighted using a 3rd color.
Thanks again for the great tool!