Skip to content

Commit a3db1f2

Browse files
committed
set debug
1 parent 90e8eb8 commit a3db1f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ int main(int argc, char **argv)
202202
#endif
203203
// This is a dummy constructor so that the programs loads fast.
204204
TexstudioApp a(appId, argc, argv);
205+
qputenv("QT_ASSUME_STDERR_HAS_CONSOLE", "1");
206+
qDebug()<<"*** Debug ***";
205207
bool startAlways = false;
206208
QStringList cmdLine = parseArguments(QCoreApplication::arguments(), startAlways);
207209

0 commit comments

Comments
 (0)