Removes all breakpoints
Future<void> disable() async { await _client.send('EventBreakpoints.disable'); }