Details
-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
Qt Creator 4.2.0
-
None
Description
- Open qtcreator.pro
- Run it
- In the Application Output toolbar, click Attach debugger to PID XYZ
This generates:
SOFT ASSERT: "state() == InferiorRunRequested || state() == InferiorStopOk || state() == InferiorStopRequested" in file debuggerengine.cpp, line 999 Debugger::Internal::GdbAttachEngine(0x93b9860, name = "GdbEngine") "EngineRunRequested" SOFT ASSERT: "state() == EngineRunRequested || state() == InferiorStopOk" in file gdb/attachgdbadapter.cpp, line 78 "InferiorRunOk"
Can't reproduce it with a Qt Widgets Application from the wizard.