class Byebug::ThreadCommand::StopCommand

def self.regexp

def self.regexp
  /^\s* st(?:op)? (?: \s* (\d+))? \s*$/x
end