Sample Header Ad - 728x90

How to debug csh scripts?

7 votes
3 answers
31599 views
My lab uses csh scripts to run jobs. It is usually difficult for me to debug a shell script, so I'm wondering if there is a csh debugger I can use. I know there are some flags like -x or -v that can help, but because the script is kind of long, it would be better if I can set breakpoints on it. As I searched online, I found there is a debugger specifically for bash scripts that supports breakpoints, but I couldn't find one for csh scripts. Will the bash debugger work? Is there a csh-specific debugger I can use?
Asked by Cassie (221 rep)
Oct 8, 2012, 09:17 PM
Last activity: Jul 22, 2024, 09:24 PM