HP-UX Debugging Shell script

Hi,
I was using AIX - ksh shell , and inorder to debug shell script I used set -vx to echo all the commands which are being executed.
Can anybody tell me the corresponding method in HP-UX - in tcsh shell.

Regards
Shihab

#!/bin/tcsh -v or -x will echo the commands.