madmaxoft / SkauTan

Music player for Skautské Tancování
https://skautske-tancovani.cz/
The Unlicense
1 stars 2 forks source link

Add a tool to display the debug / warning messages #215

Closed madmaxoft closed 5 years ago

madmaxoft commented 5 years ago

Add a window that would show the output of the last ~1000 qDebug() and qWarning() calls.

It should be possible to add a custom qDebug message handler that would store the last N messages, and display those messages in a (live preview) window on demand.

madmaxoft commented 5 years ago

Ideally, the debug messages should also go to the console, if SkauTan is run from one.

madmaxoft commented 5 years ago

Live-preview was postponed.

Console output seems impossible from GUI programs, if needed, we could add a DebugLog output to a log file later on (separate issue).