Tool/software:
Is there a way to get a debug output that is similar to the Serial.printf() function in the Arduino world ?
The default way as part of the basic_ble example with the MenuModule_printf() functions is not waht I need.
The main problem is that insted of chronologically ordered messages, I have to specify a line and a column on each and every
output line. So lines can easily overwrit older lines instaed of being printed under the older lines.
Also using the buildin serial console output is erased if I resize the hight of the terminal window.