<< Back to wiki homepage
Table of contents:
First set your mode
set follow-fork-mode child
After you run the app, read the forked child processes and:
attach childid
catch signal 11
handle SIGUSR1 noprint nostop
handle signalname (e.g. SIGUSR1 or 'all')