CSPspEmu.Core.DebugUtils.IsDebuggerPresentDebugBreak C# (CSharp) Method

IsDebuggerPresentDebugBreak() public static method

public static IsDebuggerPresentDebugBreak ( ) : void
return void
        public static void IsDebuggerPresentDebugBreak()
        {
            if (Debugger.IsAttached) Debugger.Break();
        }