Class: Rubinius::Debugger::Command::CommandsList
- Inherits:
-
Rubinius::Debugger::Command
- Object
- Rubinius::Debugger::Command
- Rubinius::Debugger::Command::CommandsList
- Defined in:
- lib/rubinius/debugger/commands.rb
Instance Method Summary collapse
Methods inherited from Rubinius::Debugger::Command
commands, #current_frame, #current_method, descriptor, ext_help, help, #initialize, #listen, match?, pattern, #run_code, #variables
Methods included from Display
#ask, #crit, #display, #error, #info, #section
Constructor Details
This class inherits a constructor from Rubinius::Debugger::Command
Instance Method Details
#run(args) ⇒ Object
670 671 672 673 |
# File 'lib/rubinius/debugger/commands.rb', line 670 def run(args) bp = @debugger.breakpoints[args[:bp_id] - 1] bp.set_commands(args[:code]) end |