OttoDIY/blockly

blockly log?

casusbelli opened this issue · 3 comments

Does blockly write a log of it's operations that can be used for debugging when things have an issue?
(Upload to Otto has issues in my setup which i'd like to take a closer look into).
Thanks

Hi @casusbelli
When you click compile if not successful, it gives you a set of errors that are the same as in Arduino IDE, maybe it needs to presented in a more clean way, but I am not sure how to do that

Hi @cparrapa !
Thanks for the feedback.
In my case the "Uploading..." is shown in black for a split second and then turns red, no more output after that.
The whole UI is blocked by that dialogue (red "Uploading...") and I've to kill it in order to re-run.
That's why I was looking for a log file on disk.

I'll see if the Arduino IDE might help.

use F8 to open the console @casusbelli