vibeqc.crash_dump_context¶
- vibeqc.crash_dump_context(out_stem, *, enabled=True)[source]¶
Register a crash-dump stem for the duration of the block.
- Parameters:
- Return type:
Notes
The companion env var
VIBEQC_NO_CRASH_DUMP=1also disables even when an explicit stem is passed — matches theVIBEQC_NO_HOSTNAMEopt-out spelling.run_jobcallscrash_dump_context()automatically with the resolved opt-out semantics; advanced callers using this directly should likewise honor the env var, or letdump_on_failure()callers do so.