News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Disable signal from breaking during debug

Started by dfatcb, September 28, 2012, 05:49:33 AM

Previous topic - Next topic

dfatcb

Hello,

Under linux I have a routine which starts up a signal timer, the problem is during debug it keeps wanting to break "Real-Time Event 34" or whatever so I can't debug.  I see in the debug -> information -> Signal Handling it shows the signals that will cause it to stop, but where do you edit those??

Thanks!!


oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

dfatcb

What does that mean ... I need the *debugger* to stop breaking on a particular signal, how do I do that?

dfatcb

Here's one way:

1 - program breaks on SIG34

2 - in the command input field type in:

handle SIG34 noprint
handle SIG34 pass

now it will be passed to the program and debugger will ignore it.


oBFusCATed

If these commands work you can put them in the initial commands in the settings of the debugger.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]