DebugLog is recorded and shown in DlgDebugLog, available from the Tools menu.
Decided not to do a live-view of the messages, at least not yet.
Also it seems impossible to write to a console from a GUI program (printf et al don't output anything). If ever needed, we could add DebugLog output to a log file.
DebugLog is recorded and shown in DlgDebugLog, available from the Tools menu.
Decided not to do a live-view of the messages, at least not yet.
Also it seems impossible to write to a console from a GUI program (
printf
et al don't output anything). If ever needed, we could add DebugLog output to a log file.Fixes #215.