Would be nice!
Many thanks to you both for attention!
OutputDebugString, as based specifically on an Windows API call, is rather known in the Windows environment.
I like it because it is a handy and easy way to put info to the message window,
without needing to apply (and remove afterwards) additional includes, or to change project options temporarely between the compiles.
Simply code a one-liner, trace your program flow and remove the line afterwards. So it would be nice to see it stay alive and not die, if possible.