You say āthere is a hardware issueā, could you please be more specific? Iād like to understand why it is not possible on POI when it is working on other IDEs.
Iām also curiousā¦ I donāt know much about āactualā debugging on the ESP8266 (as opposed to the Arduino littering of serial print statements) and am wondering if PIO can somehow take advantage of esp-gdbstub to do debuggingā¦ although limited to one hardware breakpoint and one hardware watchpointā¦ the issue of software breakpoins only working for code in RAM, and the hardware breakpoint only working for code on flashā¦ and the WiFi stack causing the whole thing to crash if the cpu is stopped for too longā¦ erā¦ I think itās probably a whole disaster just waiting to happen. But it will sill be nice!