DebugScript

scalus.uplc.DebugScript
See theDebugScript companion class
object DebugScript

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Creates a DebugScript from a pre-compiled debug PlutusScript.

Creates a DebugScript from a pre-compiled debug PlutusScript.

Use this when you already have a debug-compiled script in CBOR form (e.g., from an external transaction builder).

Value parameters

script

the debug-compiled PlutusScript with traces enabled

Attributes

Creates a DebugScript from a CompiledPlutus, deferring recompilation with error traces.

Creates a DebugScript from a CompiledPlutus, deferring recompilation with error traces.

The SIR recompilation to enable traces is lazy — it only happens if/when the release script fails and diagnostic replay is triggered.

Value parameters

compiled

the compiled Plutus script to recompile with error traces on failure

Attributes