File not found "executable": %PATH%

I am wondering how to use the debugger. A while ago I got the Arduino IDE and the debugger does not launch, all it says is:


I use the Arduino IDE 2.3.3 with the Arduino Uno R4 WiFi version 0.4.1.
If anyone can help me please do.

1 Like

running into the same issue with esp32s3 board

I had the same issue.

My Arduino projects base path had the name "P&D" and I could compile inside it without issues. But latest version of esp32 library (or Arduino IDE, I don't know) stopped working for new projects (oddly still works for old ones), giving the error messages:

Unable to find executable file at some_sketch_path.ino.elf.

File not found "executable": "some_sketch_path.ino.elf"

The solution was to rename the base path removing the "&", from P&D to P_D

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.