Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 13.0.0-rc1
-
Windows 11 23H2
MSVC2019
cdb 10.0
-
3d8d85b5b (13.0)
Description
- Open the project tests\manual\debugger\cli-io\main.cpp from Creator's source repository.
- In Projects mode, check "Run in Terminal".
- Make sure that there is no Terminal open, neither in Edit mode nor in Debug mode.
- Run the program in the debugger.
No terminal will open up. Opening a Terminal after the execution will not show the program's output. - In main.cpp, comment out the first return line.
- Make sure again that there is no Terminal open, neither in Edit mode nor in Debug mode.
- Run the program in the debugger.
Again, no terminal will open up. Opening a Terminal manually will only show the very last line of output: "Enter something:"
The output should not just disappear. If a Terminal is open before debugging the program, this seems to work fine.
Attachments
Issue Links
- resulted in
-
QTCREATORBUG-30614 When debugging, Terminal opens in Edit mode but Creator goes to Debug mode
- Reported