debug
relampo debug opens the Relampo Studio diagnostic workflow for a YAML scenario.
Purpose
Use debug when you need to:
- inspect a failing flow through the visual Debug view
- quickly review changes before
run - diagnose variable, correlation, or step-sequencing issues
Basic Usage
relampo debug test.yaml
You can also open the same local experience explicitly:
relampo studio test.yaml
How debug Works
- Run
relampo debug <file>. - Relampo starts Studio locally and opens the YAML in the browser.
- Use the visual Debug view to inspect requests, responses, variables, and flow behavior.
- If issues appear, adjust the YAML and debug again.
Expected Output
- A local Studio URL in the terminal.
- The browser opens with the selected YAML loaded.
- The Debug view provides diagnostics for the scenario flow.
Related Command
relampo studio test.yaml opens the local Studio editor. debug opens the same Studio experience focused on visual diagnostics.
Common Errors
- Running without
<file>. - Non-existent file path.
- Running a CLI build that does not include the embedded Studio UI.
- Browser cannot open automatically; use the Studio URL printed in the terminal.