Qt Creator 11 - can't debug using terminal
-
I just finished rebuilding my developing environment and in doing the install of Qt using the online installer I got Qt Creator 11.0.0. I then rebuilt my project that I've been running and debugging for over a year, and when trying to run it won't run under certain conditions.
If under "Build & Run" I uncheck the "Run in terminal", then everything runs as expected.
If I check "Run in terminal" then my application doesn't run and in Application Output I see 3 lines such as below:22:44:58: Debugging <application name>
process 3352 is already traced by process 3351
22:44:58: Debugging of <application name> has finished.Is this the right place to post this?
-
I just finished rebuilding my developing environment and in doing the install of Qt using the online installer I got Qt Creator 11.0.0. I then rebuilt my project that I've been running and debugging for over a year, and when trying to run it won't run under certain conditions.
If under "Build & Run" I uncheck the "Run in terminal", then everything runs as expected.
If I check "Run in terminal" then my application doesn't run and in Application Output I see 3 lines such as below:22:44:58: Debugging <application name>
process 3352 is already traced by process 3351
22:44:58: Debugging of <application name> has finished.Is this the right place to post this?
-
@Christian-Ehrlicher Thanks for the reply. I looked over that issue and it is slightly different in a few ways. Their error is about GDB and Python and I don't see that error. My issue happens only when I try to "Run in terminal", and I'm pretty sure has something to do with the new Integrated Terminal.
I did also see this issue - https://forum.qt.io/topic/147233/debugging-warning-process-x-is-already-traced-by-process-y, which seems similar.
In the meantime, is it possible at all to use Qt's online installer to load Qt Creator 10.x instead? I tried but couldn't find any option other than Qt Creator 11.
-
J JonB referenced this topic on
-
@Christian-Ehrlicher Thanks for the reply. I looked over that issue and it is slightly different in a few ways. Their error is about GDB and Python and I don't see that error. My issue happens only when I try to "Run in terminal", and I'm pretty sure has something to do with the new Integrated Terminal.
I did also see this issue - https://forum.qt.io/topic/147233/debugging-warning-process-x-is-already-traced-by-process-y, which seems similar.
In the meantime, is it possible at all to use Qt's online installer to load Qt Creator 10.x instead? I tried but couldn't find any option other than Qt Creator 11.
@Jay-Tautges
Don't know how you get older versions, but see https://forum.qt.io/topic/147233/debugging-warning-process-x-is-already-traced-by-process-y/7 -
@Jay-Tautges
Don't know how you get older versions, but see https://forum.qt.io/topic/147233/debugging-warning-process-x-is-already-traced-by-process-y/7@JonB said in Qt Creator 11 - can't debug using terminal:
Don't know how you get older versions
-
C Christian Ehrlicher moved this topic from General and Desktop on
-
@JonB said in Qt Creator 11 - can't debug using terminal:
Don't know how you get older versions
@Christian-Ehrlicher
Thanks. Would you recommend the two users reporting this issue go for Creator 10 or 11-beta2 ? -
J JonB referenced this topic on
-
@Christian-Ehrlicher
Thanks. Would you recommend the two users reporting this issue go for Creator 10 or 11-beta2 ?@JonB said in Qt Creator 11 - can't debug using terminal:
Would you recommend the two users reporting this issue go for Creator 10 or 11-beta2 ?
I don't know - did not look into the details of this issue. But since it's already known to the devs I would say it's worth a try.
-
@JonB said in Qt Creator 11 - can't debug using terminal:
Don't know how you get older versions
@Christian-Ehrlicher said in Qt Creator 11 - can't debug using terminal:
^--- This is where I went to get Qt Creator 10.0.2, and I'm back in business. Thanks.