Builder

class Builder(val callFrameId: CallFrameId, val expression: String)(source)

Constructors

Link copied to clipboard
constructor(callFrameId: CallFrameId, expression: String)

Properties

Link copied to clipboard

Call frame identifier to evaluate on.

Link copied to clipboard

Expression to evaluate.

Link copied to clipboard

Whether preview should be generated for the result.

Link copied to clipboard

Specifies whether command line API should be available to the evaluated expression, defaults to false.

Link copied to clipboard

String object group name to put result into (allows rapid releasing resulting object handles using releaseObjectGroup).

Link copied to clipboard

Whether the result is expected to be a JSON object that should be sent by value.

Link copied to clipboard

In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state.

Link copied to clipboard

Whether to throw an exception if side effect cannot be ruled out during evaluation.

Link copied to clipboard

Terminate execution after timing out (number of milliseconds).

Functions

Link copied to clipboard