4#ifndef _Stroika_Foundation_Debug_Debugger_h_
5#define _Stroika_Foundation_Debug_Debugger_h_ 1
7#include "Stroika/Foundation/StroikaPreComp.h"
11#include "Stroika/Foundation/Common/Common.h"
13namespace Stroika::Foundation::Debug {
21 optional<bool> IsThisProcessBeingDebugged ();
28 void DropIntoDebuggerIfPresent ();