[Qt-creator] Advanced GDB commands
pablo a maurin
pablo at maurin.org
Thu Jan 29 23:41:27 CET 2009
First of all, let me say thank you for developing this IDE. It is
clean and has a lot of potential.
I use gdb a for debugging my applications. Usually, through ddd. One
of the best features of ddd is the availability of the GDB command
line. This gives the user full access to all functions in gdb.
In particular, I am trying to debug an application which relies on
Unix signals for notification of events. I do not want gdb to break,
when such a signal has occurred. In these cases, I just tell gdb
'handle SIGUSR1 nostop noprint pass'. I cannot find a way to uses
these more advanced functions of gdb though the debugger interface in
Qt Creator.
Thanks in advance,
-Pablo
More information about the Qt-creator-old
mailing list