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).
the debug-compiled PlutusScript with traces enabled
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.
the compiled Plutus script to recompile with error traces on failure