class IRB::ExtendCommand::Break

def execute(args = nil)

def execute(args = nil)
  super(pre_cmds: "break #{args}")
end