No QML Variables and expression inspection for MinGW-LLVM ?
-
-
Yep. LLVM doesn't work with debug output. Not sure why, but I've confirmed this with multiple sources.
@mzimmers It does work, but you have to configure it to work.
See https://forum.qt.io/topic/160769/no-output-in-application-output-with-debugger/3?_=1756227266744
-
@mzimmers said in No QML Variables and expression inspection for MinGW-LLVM ?:
I stand corrected. Will that work with QML console output as well?
No idea. I don't see why not. But somebody has to check this.
- Make sure to have Run in terminal checked
- Set the environment variable
QT_WIN_DEBUG_CONSOLE=attach
-
I just tested - it does indeed produce QML console messages. (The output is kind of smashed together, but the content is there.)
Thanks for pointing this out, @cristian-adam .