-
Notifications
You must be signed in to change notification settings - Fork 69
Description
PROBLEM DESCRIPTION
When installing pioarduino from scratch in a clean VSC using the latest "Arduino Release v3.3.2 based on ESP-IDF v5.5.1.250929" the debugger bins do not get installed even though the package gets installed.
Output from pioarduino on first start of debugger
Downloading...
Unpacking...
Tool Manager: [email protected] has been installed!
undefinedDebugInvalidOptionsError: Could not launch Debug Server 'C:\Users\Developer2.platformio\packages\tool-openocd-esp32\bin/openocd'. Please check that it is installed and is included in a system PATH
See https://docs.platformio.org/page/plus/debugging.html
TO REPRODUCE
- clean install of VSC in a new windows user
- install pioarduino extension
- do all the installation stuff, everything works fine
- write a simple sketch for a ESP32S3
- compile and runs work fine
- start the debugger => get the output above
checking the folder content of C:\Users\Developer2.platformio\packages\tool-openocd-esp32
shows only 3 files
.piopm
package.json
tools.json
EXPECTED BEHAVIOUR
debugger OpenOCD bins and other requeired files gets installed and openOCD can be started
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)