OttoDIY / blockly

Otto Blockly; a fully integrated graphical programming for any type of Arduino projects, including robots, ready to install in your computer, it works offline and also online
https://www.ottodiy.com/software
GNU General Public License v2.0
114 stars 80 forks source link

blockly log? #158

Closed casusbelli closed 1 year ago

casusbelli commented 2 years ago

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

cparrapa commented 2 years ago

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

casusbelli commented 2 years ago

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.

cparrapa commented 1 year ago

use F8 to open the console @casusbelli