Class: Byebug::DAP::Command::Evaluate

Inherits:
Byebug::DAP::Command show all
Includes:
ValueHelpers
Defined in:
lib/byebug/dap/commands/evaluate.rb

Constant Summary

Constants inherited from Byebug::DAP::Command

EVAL_ERROR

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

#safe

Constructor Details

This class inherits a constructor from Byebug::DAP::Command

Instance Method Details

#executeObject



10
11
12
13
14
# File 'lib/byebug/dap/commands/evaluate.rb', line 10

def execute
  started!

  respond! body: evaluate
end