LLDB.Target.DeleteAllBreakpoints C# (CSharp) Method

DeleteAllBreakpoints() public method

public DeleteAllBreakpoints ( ) : bool
return bool
        public bool DeleteAllBreakpoints()
        {
            var __ret = Internal.DeleteAllBreakpoints_0((__Instance + __PointerAdjustment));
            return __ret;
        }