Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.4.0-beta1
-
macOS 10.12, Xcode 8.3 [lldb-370.0.42], Qt5.9, QC 4.4beta snapshot
-
846d89811a72f96909ad137fb973983f568c3643
Description
Steps to reproduce:
- open/create an application (doesn't matter whether pure C++ or C++/Qml)
- place a breakpoint or two..
- start debugging
- try to stop the debugger with the Stop button from the Debugger toolbar or the menu
Current result:
- it might happen that it interrupts the process - but it won't stop it completely (no matter whether now trying to continue and stop or to stop directly)
- 'Abort Debugger' normally does help
- especially when Qml is involved as well (mixed debugging) it might happen, that Abort Debugger doesn't really help.. Debugger will be killed (No lldb process more running) - but Debugger toolbar & Debug button as well as menu items are still disabled - closing ('Stop' button) from Application Output pane doesn't help either - I have to restart QC to get it back into a state where debugging is possible