katilp / sandbox

My trials
0 stars 0 forks source link

notes - debugger for cmsRun (or else) #63

Open katilp opened 9 months ago

katilp commented 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