class Byebug::ControlProcessor
Processes commands when there’s not program running
def commands
Available commands
def commands super.select(&:allow_in_control) end
def prompt
Prompt shown before reading a command.
def prompt "(byebug:ctrl) " end
Processes commands when there’s not program running
def commands super.select(&:allow_in_control) end
def prompt "(byebug:ctrl) " end