You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[debugger] Switch to GC Unsafe in signal handler callbacks (#20495)
If the runtime gets a single step or breakpoint signal while it is already
running native code for a P/Invoke, it will be in GC Safe mode. Switch back to
GC Unsafe to run the debugger engine steps.
Addresses #20490
Co-authored-by: Aleksey Kliger <alklig@microsoft.com>
0 commit comments