debug_print_lua

Function debug_print_lua 

Source
pub fn debug_print_lua(scenario_file: &str) -> Result<(), Error>
Expand description

Print the created lua from the scenario_file to the log, to help debug issues in the YAML.

§Arguments

  • scenario_file - a path to a YAML scenario file.

§Example

// Print the lua using the `branches.yaml` scenario.
debug_print_lua("./scenarios/branches.yaml")?;