[Qt-creator] Question about debugger

Mohammad Mirzadeh mirzadeh at gmail.com
Tue May 15 20:46:29 CEST 2012


On Tue, May 15, 2012 at 2:08 AM, <andre.poenitz at nokia.com> wrote:

> 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.
>

thanks; um but how do I install that "hook" ?


>
> > 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?
>
>
mainly calling functions. I have several objects that I like to view. One,
for example, is a simple container and right now I can only see the
pointers. I'd like to have functions inside a debug object that I can
directly call and view the objects with.


> Andre'
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20120515/9abb446c/attachment.html>


More information about the Qt-creator mailing list