Open katilp opened 9 months ago
run your script in gdb and have it stop on the function which is throwing the exception. i.e.
shell> gdb --args cmsRun ConfigFile.py gdb> catch throw gdb> run gdb> where
run your script in gdb and have it stop on the function which is throwing the exception. i.e.