esp_prog_vscode_debug icon indicating copy to clipboard operation
esp_prog_vscode_debug copied to clipboard

Results 5 esp_prog_vscode_debug issues
Sort by recently updated
recently updated
newest added

Hello, Till now I have used Jlink (jtag) to debug and flash ESP32. But I'm going to start with ESP32_Prog. I have found ESP_PROG to ESP32 as on Yout git...

I'm trying to get this to work on a esp32-c3-devkitm-1 with esp32-c3-mini. ESP-Prog connection: ESP_TMS - GPIO4 ESP_TCK - GPIO6 ESP_TDO - GPIO7 ESP_TDI - GPIO5 launch.json: ``` { //...

Couple of instructions needs to be updated. 1. "Native Debug" vscode extension is required for "type": "gdb" in launch.json. Otherwise IDE will show squiggly lines and debugging will not start...

What do you use for windows setup for the following? "esp_device_port": "/dev/ttyUSB0", Would this be COM10 for example?