Start Debugging

Tag: debugging

2 posts

2026-04-06 .NET 11csharpasync
.NET 11 Runtime Async Replaces State Machines with Cleaner Stack Traces
Runtime Async in .NET 11 moves async/await handling from compiler-generated state machines into the runtime itself, producing readable stack traces, correct breakpoints, and fewer heap allocations.
2026-02-08 flutterdartdebugging
Flutter: Droido 1.2.0 is a debug-only network inspector with zero release impact
Droido 1.2.0 landed on Feb 8, 2026 as a debug-only network inspector for Flutter. The interesting part is not the UI. It is the packaging story: keep a modern inspector in debug builds while ensuring release builds remain clean, small, and unaffected.