Cannot Retrieve Debugging Ouput
Unsolved
General and Desktop
-
I cant seem to solve this issue, i tried closing all my qt creator applications and restarted my computer and it is still not working? Have you all encountered this error at all, im trying to error trap and this makes it impossible to not be able to see the console output?
-
Hey,
This should and usually only happens when there are several applications running debug, as I guess you know since you restart etc.
At the Qt Bugreports page I found this,
"This is a known issue - only one application can capture the debugging output of Windows applications.
As a workaround, you can run the DebugView tool independently of Qt Creator or configure the application to be a console application when built in debug mode in the .pro-file."