struct Protocol::Debugger::EvaluateOnCallFrame

Overview

Evaluates expression on a given call frame.

Included Modules

Defined in:

protocol/debugger.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def exception_details : Runtime::ExceptionDetails | Nil #

Exception details.


[View source]
def result : Runtime::RemoteObject #

Object wrapper for the evaluation result.


[View source]