diff --git a/src/coreclr/debug/ee/controller.cpp b/src/coreclr/debug/ee/controller.cpp index 2c72ee6642c2d7..fd26e7fe3135dd 100644 --- a/src/coreclr/debug/ee/controller.cpp +++ b/src/coreclr/debug/ee/controller.cpp @@ -4334,6 +4334,9 @@ DebuggerPatchSkip::DebuggerPatchSkip(Thread *thread, DebuggerControllerPatch *patch) : DebuggerController(thread, AppDomain::GetCurrentDomain()), m_address(patch->address) +#ifdef OUT_OF_PROCESS_SETTHREADCONTEXT + ,m_fInPlaceSS(false) +#endif { LOG((LF_CORDB, LL_INFO10000, "DPS::DPS: Patch skip 0x%p\n", patch->address));