Replies: 7 comments 1 reply
-
|
building on msys2 with debug works. |
Beta Was this translation helpful? Give feedback.
-
|
You mean msys2 ucrt64? That's what I use since it's the "default". |
Beta Was this translation helpful? Give feedback.
-
|
I can activate tests and txs --execute-tests runs the tests. Even so this indicates debug mode no debug output is visible in the console. |
Beta Was this translation helpful? Give feedback.
-
|
The test output in txs editor shows Config: Using QtTest library 6.4.2, Qt 6.4.2 (x86_64-little_endian-llp64 shared (dynamic) release build; by GCC 12.2.0), windows 10 |
Beta Was this translation helpful? Give feedback.
-
|
But I see following output in the messages pane. Shouldn't these lines show in the terminal? |
Beta Was this translation helpful? Give feedback.
-
|
msys2 seems not to work well with qtcreator and hence with that debugger. |
Beta Was this translation helpful? Give feedback.
-
|
to clarify, I'm not using qtcreator since there is no poppler |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
It seems that I'm no longer able to do a debug build (I use
qDebug()<<"...";at the beginning of Texstudio::Texstudio() and see no output). The manual saysqt-cmake .. -DCMAKE_BUILD_TYPE=Debug. But msys2 doesn't find qt-cmake. Usingcmake ../texstudio/ -DCMAKE_BUILD_TYPE=Debugdoesn't work either. But the cache reflects this setting. Is there any chance that this will work?Beta Was this translation helpful? Give feedback.
All reactions