[ad_1]
I’m debugging an c++ application under eclipse/gdb/ubuntu.
The Application raises periodically a signal SIGUSR1. (there is an installed sighandler).
On each signal, the debugger suspends the application and I’ve to press Resume.
How can I setup gdb under eclipse not to stop/ suspend a signal?
[ad_2]