You can control debug output from the standard RMS Wizard Tools scripts by setting the environment variable HV_SCRIPTS_DEBUG in the hvenv.local file:
To turn on debug output, create the following entry:
export HV_SCRIPTS_DEBUG=1
To turn off debug output, either remove the HV_SCRIPTS_DEBUG entry, comment it out, or set the value to 0.