class DEBUGGER__::Session

def register_command *names,

Experimental RBS support (using type sampling data from the type_fusion project).

def register_command: (*Array[String] names, repeat: false, unsafe: false, cancel_auto_continue: false, postmortem: true, ) -> untyped

This signature was generated using 1 sample from 1 application.

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