SerialDebug icon indicating copy to clipboard operation
SerialDebug copied to clipboard

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

Open SMasanneck opened this issue 4 years ago • 0 comments

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:

  • OS: [e.g. Windows, MacOSX, Linux] Winodws 10
  • IDE [e.g. Arduino IDE, Eclipse, VSCode] Arduino 1.8.12
  • IDE Version [e.g. 1.8.6] Arduino 1.8.12
  • Board [e.g ESP32] MKR WAN 1300 Additional context Add any other context about the problem here.

SMasanneck avatar May 18 '20 09:05 SMasanneck