View Single Post
Posts: 249 | Thanked: 277 times | Joined on May 2010 @ Brighton, UK
#2
Well, it seems that I can bypass the issue by adding a gdb script containing:
Code:
handle SIG33 nostop noprint pass
...which tells gdb to ignore the signal and pass it to the application, but I'm still concerned as I read nothing in the Qt Creator documentation telling me I would need to do this?