Debug option
I try to solve https://github.com/neu-rah/ArduinoMenu/issues/414#issue-1655750179 issue on my own. I think debug option would help me. How could it be swith on? I uncommented #define MENU_DEBUG options in menuDefs.h and menuBase.h headers and included steramFlow library. The project is compiled without any errors then but there ara not expected serial debug information messages. What else should be done to get them?
trace macros are defined here https://github.com/neu-rah/ArduinoMenu/blob/9ef1e267639140925add8a46dd8a12ec932d3b3d/src/menuDefs.h#L36
debug output example: https://github.com/neu-rah/ArduinoMenu/blob/9ef1e267639140925add8a46dd8a12ec932d3b3d/src/items.cpp#L95