Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Problem with timer: (2 Items)
   
Problem with timer  
Hello Friends.

I get strange situation.

I work with the timer in my programm. I config timer and call function timer_settime(). All works. Then I set breakpoint
 on the next row of my programm. Debugger stopped on this row. And if I start to stepping ( F6 - key) my programm is 
stopped.


If I disable timer , stepping works normally.

Re: Problem with timer  
Timer works via signal delivery. I set SIGALRM handler. Maybe problem here.