I wanted to ask if there is a simple way of displaying numbers and text in a console of sorts for debugging. I'm testing my joystick and I need a way to see the values that I get from the joystick live i.e. while I'm moving it. I can't use the serial monitor while the program is running. I also read here: https://bitbucket.org/pjhardy/kerbalsimpit/wiki/PluginConfiguration.md that when I set the Verbose to True, it would log in so way. But how?