Blog Posts tagged with: 'debugging'

Tracking a memory leak using .NET tools

Previously, we looked at some tools we can use to collect a memory dump file which can be used for analysis. This posts follows on from that one. Let's continue.

— 24 Feb 2021 debugging dotnet

Debugging Docker containers running .NET

Ever had a memory leak and wanted to diagnose it? Luckily there are some free tools from Microsoft that you can install and use!

— 22 Feb 2021 debugging docker dotnet