The vast majority of my coding is in C on Linux and on microcontrollers (I'm working on a web browser on an esp8266 in another window now, it uses the ESP8266WebServer library for most of the work, just practising before I write the real prog I want, this is my first time on an esp8266 and I need practice). Instead of using emojis, I just include the file name (the preprocessor helps here) and use grep on the resulting log file. On Linux, when things get too deep for inserting printf() statements I used GDB.
The vast majority of my coding is in C on Linux and on microcontrollers (I'm working on a web browser on an esp8266 in another window now, it uses the ESP8266WebServer library for most of the work, just practising before I write the real prog I want, this is my first time on an esp8266 and I need practice). Instead of using emojis, I just include the file name (the preprocessor helps here) and use grep on the resulting log file. On Linux, when things get too deep for inserting printf() statements I used GDB.