C
C#4mo ago
nemui

Single Stepping is all over the place

I'm single-stepping through .NET 8 ASP.NET Core code further up the call stack before my own endpoint is being called. Even stepping over simple fields suddenly has the debugger jump somewhere entirely different. The thread ID remains the same. Anyone know why this happens? Is the managed thread the same, but the unmanaged thread not?
1 Reply
WEIRD FLEX
WEIRD FLEX4mo ago
what are the debugger settings you have enabled/disabled?