Run without debugging complains

Run without debugging won’t run without debugging. It says:

Error: Currently, PlatformIO does not support debugging for Espressif ESP8266 ESP-12E.
Please request support at https://github.com/platformio/platformio-core/issues
or visit → Redirecting...

So what, can’t run, can’t debug. This means that the whole ide is useless at the moment.

Not that I’m unhappy. I’m probably just too stupid to be using sophisticated stuff like this but, if anyone can explain how to test or run code I’d love to be educated.

That is a limitation as explained it

Uploading the code is done via the serial boot loader and the esptool, triggerable as always from the Upload task. PlatformIO IDE for VSCode — PlatformIO latest documentation

1 Like