It would be a useful feature for development in Lite-C
to open an extra Console-Window for Logging output.

Its better than having to write an on-screen logger.

I mean its standard to use some system-output during development.
(In Java or C++) simply to have to code pop up outputs
at certain codepositions.

I personally never use a debugger, as this method can
find bugs even quicker, than stepping though code.