Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.6.0
-
Windows 7 64 bit
MSVC 2013 32 bit
cdb 6.12
Description
- Create a new Qt Console Application project.
- Replace the main function's body:
#include <QCoreApplication> int main(int argc, char *argv[]) { return 0; }
- In Run settings, disable "Run in terminal".
- Build this with MSVC and run it in the debugger.
You'll see an error message pop up: "The CDB process terminated unexpectedly (exit code 0).
When you do the same with Creator 3.5, this warning does not appear. This is because of QTCREATORBUG-15455. When you uncheck "Enable QML debugging and profiling", Creator 3.6 doesn't show the warning, either.
Creator should be able to handle a quickly returning program.
Found by Squish test tst_cli_output_console.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-15455 [REG 3.5.1 -> 3.6.0] "CONFIG+=qml_debug" is default for Qt Console Application project
- Closed