Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
Qt Creator 12.0.1
-
None
-
Fully up-to-date Arch Linux (6.6.8-arch1-1), GNU gdb (GDB) 13.2, gcc (GCC) 13.2.1 20230801
Description
I create a new Qt Widgets project, launch it with debugger (the green button on the left bar), and Qt Creator fails to launch debugger: https://i.imgur.com/uav78VN.png
When I launch Qt Creator from terminal, I get this log (when pressing the debug-run button):
```
SOFT ASSERT [18:20:26.125]: "d->m_logWindow" in /usr/src/debug/qtcreator/qt-creator-opensource-src-12.0.1/src/plugins/debugger/debuggerengine.cpp:1750
MSG: "GDB PROCESS FINISHED, status 0, exit code 0 (0x0)"
```