Debugger doesn't run on terminal
Unsolved
General and Desktop
-
macOS Catalina (Version 10.15.7)
XCode Version 12.0.1 (12A7300)
Apple clang version 12.0.0 (clang-1200.0.32.2)
LLDB: lldb-1200.0.32.1
Qt Creator 4.13.1
"Run in terminal" enabledWhen I run the code Qt creator launches the terminal and everything is fine.
When I run the debugger Qt creator still launches the terminal session but the output is printed in the "Application output" tab (like "Run in terminal" was disabled) and I can't type any input.
I'm pretty new to MacOs and XCode just updated so maybe this is not related to Qt creator.
Do you know anything I can do?
Thanks