Sagar Shetty

Program Manager, Visual Studio Diagnostics

Sagar is PM on the Visual Studio Diagnostics team currently blogging about ways to improve your debugging and diagnostic experiences.

Post by this author

New Dynamic Instrumentation Profiling for .NET

With the release of version 16.9 of Visual Studio, instrumentation profiling in Visual Studio just got better. Introducing our new dynamic instrumentation tool. This tool shows the exact number of times your functions are called and is faster than our previous static instrumentation tool. It also supports .NET Core instrumentation without...

Tracepoints: Debug with less clutter

Have you ever accidentally shipped a log statement to production? Are you tired of cleaning up log statements while debugging? The tool to solve your problems has been here all along!