Method: Byebug::DebugCommand.description

Defined in:
lib/byebug/commands/debug.rb

.descriptionObject



17
18
19
20
21
22
23
24
25
26
# File 'lib/byebug/commands/debug.rb', line 17

def self.description
  <<-DESCRIPTION
    debug <expression>

    #{short_description}

    Allows, for example, setting breakpoints on expressions evaluated from
    the debugger's prompt.
  DESCRIPTION
end