JoaoLopesF / SerialDebug

Improved serial debug and simple software debugger to Arduino. With debug levels, see/change global variables, call functions, watches, and more.
MIT License
244 stars 39 forks source link

#define DEBUG_INITIAL_LEVEL DEBUG_LEVEL_VERBOSE doesn't set it to verbose in debugger #16

Open SMasanneck opened 4 years ago

SMasanneck commented 4 years ago

Describe the bug A clear and concise description of what the bug is.

define DEBUG_INITIAL_LEVEL DEBUG_LEVEL_VERBOSE doesn't set it to verbose

To Reproduce Steps to reproduce the behavior:

  1. Uncomment #define DEBUG_INITIAL_LEVEL DEBUG_LEVEL_VERBOSE doesn't set it to verbose

Expected behavior A clear and concise description of what you expected to happen. Set the debugger to Verbose Screenshots If applicable, add screenshots to help explain your problem.

Arduino Information: