Freeze when starting debug session
-
I am encountering very often a freeze when I start a debug session on an already running process.
I am working under Debian 11, with QtCreator 16.0 / Qt 5.15.2 / gdb 15.1.
I tried with other versions of QtCreator and gdb without success. I was not having this issue with older (very old ones) version of QtCreator.Does anyone already encountered this kind of issue ?
-
I have found a Ticket in the bug tracker that seems to be related to my issue, I added a comment since days, but no one responded yet.
https://bugreports.qt.io/browse/QTCREATORBUG-25625 -
I have found a Ticket in the bug tracker that seems to be related to my issue, I added a comment since days, but no one responded yet.
https://bugreports.qt.io/browse/QTCREATORBUG-25625@achard.ju said in Freeze when starting debug session:
I have found a Ticket in the bug tracker that seems to be related to my issue, I added a comment since days, but no one responded yet.
https://bugreports.qt.io/browse/QTCREATORBUG-25625That bug report is from a while back. Qt Creator 16 and 4.15 are two different beasts.
Since you are on Linux, you can try and see how
lldb
works.When reporting bug reports for the debugger it's always very welcome to add the Debugger Log for extra details, otherwise it's hard to find out from outside what's going on.
You could also try to find out on Debian forums, you might get more information there, since they have the platform..