Mohammad Mirzadeh [[email protected]]:
> 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'
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator