diff --git a/src/coreclr/debug/ee/debugger.cpp b/src/coreclr/debug/ee/debugger.cpp index 0372768be2899..a44a9e235f36c 100644 --- a/src/coreclr/debug/ee/debugger.cpp +++ b/src/coreclr/debug/ee/debugger.cpp @@ -1947,7 +1947,8 @@ HRESULT Debugger::Startup(void) if (FAILED(hr)) { ShutdownTransport(); - ThrowHR(hr); + STRESS_LOG0(LF_CORDB, LL_ERROR, "D::S: The debugger pipe failed to initialize in /tmp or $TMPDIR.\n"); + return S_OK; // we do not want debugger IPC to block runtime initialization } #endif // FEATURE_DBGIPC_TRANSPORT_VM