Hi Is it possible to debug "sbatch" itself when submitting a script? For example, I want to debug the following command: sbatch -Mall some_script.sh
I don't want to debug the "some_script.sh". I want to debug the "sbatch" itself when submitting the "some_script.sh". I tried to use "gdb" but I'm not an expert, and it didn't work for me. I wonder if anyone did something like this? and how? Regards -- Mohammed