VSCode + Debug with ESP-EYE
Posted: Wed Dec 01, 2021 12:07 pm
Hi,
I'm trying to debug the ESP-EYE board with vscode extension, but I'm not sure of how to do it. As far as I know, it can be debugged using the same microUSB connection, so no extra hardware is required.
I'm following this guide https://github.com/espressif/vscode-esp ... bugging.md, but pressing F5 does nothing.
Also, if I try to start OpenOCD manually, it says that:
Any clue of how to do it?
Thank you
I'm trying to debug the ESP-EYE board with vscode extension, but I'm not sure of how to do it. As far as I know, it can be debugged using the same microUSB connection, so no extra hardware is required.
I'm following this guide https://github.com/espressif/vscode-esp ... bugging.md, but pressing F5 does nothing.
Also, if I try to start OpenOCD manually, it says that:
Code: Select all
❌ Error: no device found❌
Error: unable to open ftdi device with vid 0403, pid 6010, description '*', serial '*' at bus location '*'
❌ Error: no device found
❌ Error: unable to open ftdi device with vid 0403, pid 6014, description '*', serial '*' at bus location '*'
Thank you