struct Protocol::Debugger::GetScriptSource

Overview

Returns source for the script with given id.

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 bytecode : String | Nil #

Wasm bytecode. (Encoded as a base64 string when passed over JSON)


[View source]
def script_source : String #

Script source (empty in case of Wasm bytecode).


[View source]