alamminsalo / orion

Cross platform Twitch.tv client
GNU General Public License v3.0
314 stars 60 forks source link

Debug command line option #172

Closed rakslice closed 7 years ago

rakslice commented 7 years ago

Note that this doesn't change the nature of debug output when it is enabled (so for instance as the Windows build is not a console-mode executable, you need DebugView or other debug-enabled IDE to see its debug output)

Also, debug output remains always-enabled in debug builds.

rakslice commented 7 years ago

I'm not sure if you uncomment the QT_NO_DEBUG_OUTPUT line in orion.pro for the official Windows/Mac builds; if so this option doesn't make sense.