throw new RuntimeException("Failed to remove breakpoint: " + message);
}
};
// Call syncCallback if something goes wrong.
return breakpointManager.getCommandProcessor().send(new RemoveBreakpointParams(protocolId),
removeCallback, guard.asSyncCallback());
}
}