class DEBUGGER__::Session

def register_command *names,

def register_command *names,
                     repeat: false, unsafe: true, cancel_auto_continue: false, postmortem: true,
                     &b
SessionCommand.new(b, repeat, unsafe, cancel_auto_continue, postmortem)
each{|name|
mands[name] = cmd