diff --git a/dlls/mscoree/cordebug.c b/dlls/mscoree/cordebug.c index 62ded24a81c..c5342bce814 100644 --- a/dlls/mscoree/cordebug.c +++ b/dlls/mscoree/cordebug.c @@ -142,6 +142,10 @@ static HRESULT WINAPI CorDebug_SetManagedHandler(ICorDebug *iface, ICorDebugMana ICorDebugManagedCallback_AddRef(This->pCallback); } + else + { + WARN("Debugging without interface ICorDebugManagedCallback2 is currently not supported.\n"); + } return hr; }