Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug option #435

Open
cemik1 opened this issue Feb 13, 2024 · 1 comment
Open

Debug option #435

cemik1 opened this issue Feb 13, 2024 · 1 comment

Comments

@cemik1
Copy link

cemik1 commented Feb 13, 2024

I try to solve #414 (comment) 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?

@neu-rah
Copy link
Owner

neu-rah commented Feb 15, 2024

trace macros are defined here

#if defined(MENU_DEBUG) && defined(TRACE) && !defined(trace)

debug output example:

_trace(Serial<<"root.level>lvl:"<<(root.level>lvl)<<endl);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants