[Qt-creator] Question about debugger
andre.poenitz at nokia.com
andre.poenitz at nokia.com
Tue May 15 11:08:21 CEST 2012
Mohammad Mirzadeh [mirzadeh at gmail.com]:
> 1) Is it possible to catch exceptions of specific type and leave the rest?
Not directly. But you could probably tinker around with breaking on all
exception and installing a hook that issues a "continue" on exceptions
you are not interested in.
> 2) Is it possible to interact with the gdb session through a console or something?
The "Debugger Log" view can handle some command. Either by using
the lineedit there, or typing/editing anywhere on the left ("input") pane
and sending the command using Ctrl-Return.
What kind of commands do you want to send?
Andre'
More information about the Qt-creator
mailing list