asp.net debugging : show user friendly request info
Hi, when debugging step by step an ASP.Net web app, I very often would like to see infos about what the request is that is being handled, how it was handled by mvc (bindings etc.)
For instance, I would like to see first hand what were the keys/values ifrom the submitted he form.
I can only fetch each value one by one, developing the HttpRequestWrapper hierarchy. This is tedious
Is there a way to display all useful and relevant info in a sticky user friendly well-formatted manner ?

Please sign in to leave a comment.
Hi Olivier!
There is the Endpoints feature in Rider. Please check if it is what you're looking for.
Should you have any other questions, let me know.