class Byebug::DisableCommand::BreakpointsCommand

def execute

def execute
  enable_disable_breakpoints("disable", @match[1])
end