class Byebug::ThreadStopCommand
def execute
def execute c, err = parse_thread_num_for_cmd('thread stop', @match[1]) return errmsg(err) if err c.suspend display_context(c) end
def execute c, err = parse_thread_num_for_cmd('thread stop', @match[1]) return errmsg(err) if err c.suspend display_context(c) end