Get Script Source Response
data class GetScriptSourceResponse(scriptSource: String, bytecode: String?)
Content copied to clipboard
Represents response frame that is returned from Debugger#getScriptSource operation call. Returns source for the script with given id.
See also
Constructors
GetScriptSourceResponse
Link copied to clipboard
fun GetScriptSourceResponse(scriptSource: String, bytecode: String? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard