Is it possible to create a `tx.json` file from `forc run` for use in `forc debug`?

Question in the title, I’d like to debug why my script is failing and it’s not clear from any of the documentation how I can actually do this without having to manually write the tx.json myself.

Just figured out I can use --dry-run but still not exactly clear how to output it as json?