Hi,

I'm using Qt 4.5 and QT Creator. I'm unable to set any breakpoints while the application which I'm debugging is running. Before I start the debug I can set/unset breakpoints however I like but not while I'm in the middle of debugging session.

The last output from gdb view is this:

stdout:(gdb)
status:Stopping temporarily.
status:Stop requested...
debug:Current state: 3
debug:QUEUING COMMAND -break-insert "\"source.cpp\":131"
debug:CANNOT STOP INFERIOR

Any idea what is wrong here?