B4R Code Snippet Tip: Getting rid of the excessive compiler logs

Beja

Expert
Licensed User
Longtime User
Disabling debug output in the logs is done by editing:
C:\Program Files (x86)\Arduino\arduino_debug.l4j.ini
This requires administrative access.

Add this line at the end:
B4X:
-DDEBUG=false

Thank you Erel,
Truly annoying, but I guess the errors will still be logged.
 
Top