RemoteDebugger icon indicating copy to clipboard operation
RemoteDebugger copied to clipboard

RemoteDebug library addon: An Simple Software Debugger, based on SerialDebug

Results 5 RemoteDebugger issues
Sort by recently updated
recently updated
newest added

Once I include debugger into my project, the ESP8266 will crash when I try to connect via telnet or websocket. The RemoteDebug library works ok. Telnet and websocket is possible...

**Describe the bug** When i copy-paste the url (**`http://joaolopesf.net/remotedebugapp`**), i don't see the browser debugger, only a web page saying that the domain name can be purchased **To Reproduce** Steps...

**Describe the bug** Repeat last command does not work. **To Reproduce** Steps to reproduce the behavior: 1. send "f 1" 2. send "r" 3. **Expected behavior** f 1 keeps repeating....

**Describe the bug** I met problem in your exapmle sketch during the compilation: Arduino\libraries\RemoteDebug\src\RemoteDebug.cpp:1931:117: error: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'uint32_t...

I am running on an ESP8266 with ESP8266WiFi.h and ArduinoOTA.h. I am trying to use your remote debug library to replace the serial.println. I have setup RemoteDebug.h as you have...