Comments on: Better Debugging for Arduino IDE using Software Debugger (Part 2) https://randomnerdtutorials.com/software-debugger-arduino-ide-serialdebug-library/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sat, 05 Jul 2025 10:34:59 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Ramey https://randomnerdtutorials.com/software-debugger-arduino-ide-serialdebug-library/#comment-800147 Tue, 29 Nov 2022 23:48:31 +0000 https://randomnerdtutorials.com/?p=77536#comment-800147 Could you include detailed instructions on installing the serialdebugconverter, I can’t get it installed.
Thanks
Ramey

]]>
By: Rene https://randomnerdtutorials.com/software-debugger-arduino-ide-serialdebug-library/#comment-539713 Mon, 11 Jan 2021 12:33:58 +0000 https://randomnerdtutorials.com/?p=77536#comment-539713 Unfortunately this project seems to be dead 🙁 The SeriaDebugApp is not downloadable from repo.

]]>
By: Dario https://randomnerdtutorials.com/software-debugger-arduino-ide-serialdebug-library/#comment-537870 Thu, 07 Jan 2021 07:41:06 +0000 https://randomnerdtutorials.com/?p=77536#comment-537870 Hi! I’d like to understand how the watches work: the debugger needs to check if a global variable is changed and I guess that this means interrupting the flow of my original program to perform the comparison and the related actions. How is this done ? Is it done at compile time (in some way the code is modified and a routine is invoked whenever a watched variable is assigned a value) or is it done at runtime with a periodic interrupt that checks the values of the watched variables, or in some other way ?

]]>