public void RemoveBreakpoint(uint breakpointId) { runner.RunTask(() => { Native.ThrowIfError(Native.JsDiagRemoveBreakpoint(breakpointId)); }); }