SerialDebug icon indicating copy to clipboard operation
SerialDebug copied to clipboard

Improved serial debug and simple software debugger to Arduino. With debug levels, see/change global variables, call functions, watches, and more.

Results 16 SerialDebug issues
Sort by recently updated
recently updated
newest added

I have no idea about c++ standards, so please double check if this pull request makes sense! As I had trouble building SerialDebug for c++17 I made some changes, afterward...

The installation files linked for the serial debugger app are dead. Is the freeware being hosted in a new location?

Compile Error - also in SampleFiles **To Reproduce** Steps to reproduce the behavior: 1. Open BasicSample-File on MacOS 12.1 (Montery) Arduino IDE 1.8.19 2. Compile for NodeMCU 1.0 ![image](https://user-images.githubusercontent.com/4330604/148407413-c64a46b6-de15-4eba-838b-25088543b7c4.png) Arduino:...

Update keywords.txt to include the print commands and use tabs insted of space

App seems to assert control lines, I need them off. I do not see any settings for serial, are they hidden somewhere?

The SerialDebugApp is not downloadable from links on the github. Seems that the site is completely dead. Source code is not present here on github (or can't be found by...

**Describe the solution you'd like** When running a serial application on ESP8266 the main port Serial cannot be used for debugging. An alternative is to use Serial1 on another pin...

waiting response

All the instruction to add global variables that can showed/changed from SerialDebug does not work for Low Memory Board like the Arduino UNO. I'm speaking about all these functions: debugAddGlobalBoolean("mBoolean",...

**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...

**Describe the bug** A clear and concise description of what the bug is. My code can compile with dec to hex in array "printI(data[t], HEX)" BUT when using #define DEBUG_DISABLED...