For a specific thread, trace X stack frame push/pops, or trace stack frame push/pops for X seconds.
Would be very useful for determining exactly which stack frame (deep inside the .NET Framework itself) was causing an infinite loop, or whether it was actually the socket read which was blocked forever.
For bonus points, allow logging of parameters and return values on each frame change too.
For a specific thread, trace X stack frame push/pops, or trace stack frame push/pops for X seconds.
Would be very useful for determining exactly which stack frame (deep inside the .NET Framework itself) was causing an infinite loop, or whether it was actually the socket read which was blocked forever.
For bonus points, allow logging of parameters and return values on each frame change too.