Debugging with VS Code stopped working
Posted: Thu Sep 09, 2021 9:50 pm
Hi,
I use a ESP-PROG JTAG interface for downloading and debugging ESP-IDF applications with VS Code. I had been able to both download and debug multiple applications successfully. Suddenly today, I can still download my applications, but my attempts to debug any of them (Run->Start Debugging) produce a popup that I hadn't seen before:
"Cannot read property 'message' of undefined.
Source: Espressif IDF (Extension)"
If I retry, I get a different popup:
"Couldn't find a debug adapter descriptor for debug type 'espidf' (extension might have failed to activate)"
If I close VS Code, reopen and retry, the first popup above reappears consistently.
Any known solutions or suggestions would be much appreciated.
Thanks
I use a ESP-PROG JTAG interface for downloading and debugging ESP-IDF applications with VS Code. I had been able to both download and debug multiple applications successfully. Suddenly today, I can still download my applications, but my attempts to debug any of them (Run->Start Debugging) produce a popup that I hadn't seen before:
"Cannot read property 'message' of undefined.
Source: Espressif IDF (Extension)"
If I retry, I get a different popup:
"Couldn't find a debug adapter descriptor for debug type 'espidf' (extension might have failed to activate)"
If I close VS Code, reopen and retry, the first popup above reappears consistently.
Any known solutions or suggestions would be much appreciated.
Thanks