Open jkavalec opened 10 months ago
Make sure your print statements end in a newline character. The toolbox will not output anything until it receives a complete line.
Thank you for good advice.
This did help, and it is now usable, yet the output is always delayed by 1 press, so when action takes place and print statement is issued, it always takes one additional press to get the output.
Impossible to tell what's wrong without seeing your code.
When I use dprintf statement to output some debug information, this is always delayed.
Example:
What could be the problem? I had this happening on both Mac and Windows, (ATmega32U4 Board) and it makes debugging pretty hard