Builder

class Builder(val scriptId: ScriptId, val scriptSource: String)

A builder for SetScriptSourceRequest, which allows setting the optional parameters of the DebuggerDomain.setScriptSource command via a lambda.

Constructors

Link copied to clipboard
constructor(scriptId: ScriptId, scriptSource: String)

Properties

Link copied to clipboard

If true, then scriptSource is allowed to change the function on top of the stack as long as the top-most stack frame is the only activation of that function.

Link copied to clipboard

If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code.

Link copied to clipboard

Id of the script to edit.

Link copied to clipboard

New content of the script.

Functions

Link copied to clipboard