struct Protocol::Debugger::GetScriptSource
- Protocol::Debugger::GetScriptSource
- Struct
- Value
- Object
Overview
Returns source for the script with given id.
Included Modules
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/debugger.crConstructors
Instance Method Summary
-
#bytecode : String | Nil
Wasm bytecode.
-
#script_source : String
Script source (empty in case of Wasm bytecode).