We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e321f commit a122ca3Copy full SHA for a122ca3
1 file changed
src/coreclr/src/inc/cordebug.idl
@@ -3307,6 +3307,9 @@ interface ICorDebugProcess10 : IUnknown
3307
// Enable or disable the GC notification events. The GC notification events are turned off by default
3308
// They will be delivered through ICorDebugManagedCallback4
3309
//
3310
+ // This interface is deprecated. The EnableGCNotificationEvents(true) occasionally deadlocked debug sessions
3311
+ // in .NET Core 5.0 and later. Please use the IID_ICorDebugHeapValue4 to pin an object and prevent its relocation
3312
+ //
3313
// Parameters
3314
// fEnable - true to enable the events, false to disable
3315
0 commit comments