Skip to content

Implement option to attach gdb to running process

Frank Winklmeier requested to merge fwinkl/HLTMPPU:gdb into master

Implement option in runner.py to attach gdb to the running process. This can be configured by setting:

cdict['HLTMPPU']['debug'] = 'child' (or 'parent')

to attach to the parent or child processes after fork.

Merge request reports