I've got an app where most of the heavy lifting is in actions that each return a JsonResult. They're called by jQuery from a simple view.
The requests show up in the Ajax tab in Glimpse, but as each request completes it gets scored through and greyed out. I'd like to inspect each of those ajax requests and see the Glimpse information for them -- the MVC routing, execution, binding, trace output, etc. Is that possible?
(I'm using Glimpse v0.81)