class Byebug::ThreadCommand
def thread_stop(thnum)
def thread_stop(thnum) ctx, err = parse_thread_num_for_cmd('thread stop', thnum) return errmsg(err) if err ctx.suspend display_context(ctx) end
def thread_stop(thnum) ctx, err = parse_thread_num_for_cmd('thread stop', thnum) return errmsg(err) if err ctx.suspend display_context(ctx) end