class Byebug::RegularState

def proceed


Signals the REPL that the execution can proceed
def proceed
  @proceed = true
end