Improved ASP.Net debugging in Visual Studio in .NET 8

.NET 8 Preview 5 was recently released and it includes improvements to ASP.NET debugging in Visual Studio.

It looks like the information we most likely want to see will now be bubbled up higher in the debugger.

For example… in the .NET 7 experience for the Request and Response objects the debugger shows the type names (highlighted in red) whereas in the .NET 8 debugging experience we see the request VERB/URL and the response code (highlighted in green) respectively.

That’s a nice UX improvement 👍🏻 …
What do you think?

Leave a Reply

Your email address will not be published. Required fields are marked *