Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.6.0-rc1, Qt Creator 4.1.0
-
OSX 10.10, Xcode 6, QC rc3.6 snapshot (8345ba2d2d) based on Qt5.5.1, Kits: Qt5.4.1/Qt5.5.0, lldb 320.4.156
Description
Steps to reproduce:
- start debugging any C++ project (doesn't matter if mixed debugging or not)
- when debugger is up and running hit 'Stop' button from the debugger toolbar
Current result:
- app is interrupted (normally at the "return..." line of the main())
- hitting 'Stop' again or 'Continue' leads to closing the app and debugger
Note: if the app is in interrupted state, hitting 'Stop' really stops the app and the debugger. I'd expected the debugger always to stop debugging without standing on the last line of the main() - feel free to correct me or blame lldb...