ArduinoMenu icon indicating copy to clipboard operation
ArduinoMenu copied to clipboard

Debug option

Open cemik1 opened this issue 1 year ago • 1 comments

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?

cemik1 avatar Feb 13 '24 14:02 cemik1

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

neu-rah avatar Feb 15 '24 00:02 neu-rah