Class: Byebug::DAP::Command::Evaluate
- Inherits:
-
Byebug::DAP::Command
- Object
- Byebug::DAP::Command
- Byebug::DAP::Command::Evaluate
- Includes:
- ValueHelpers
- Defined in:
- lib/byebug/dap/commands/evaluate.rb
Constant Summary
Constants inherited from Byebug::DAP::Command
Instance Method Summary collapse
Methods included from ValueHelpers
#prepare_value, #prepare_value_response
Methods inherited from Byebug::DAP::Command
command, execute, #execute_on_thread, #initialize, #log, register!, resolve!, #safe_execute, #started!, #stopped!
Methods included from SafeHelpers
Constructor Details
This class inherits a constructor from Byebug::DAP::Command
Instance Method Details
#execute ⇒ Object
10 11 12 13 14 |
# File 'lib/byebug/dap/commands/evaluate.rb', line 10 def execute started! respond! body: evaluate end |