Search found 2 matches
- Tue Aug 06, 2024 5:27 pm
- Forum: IDEs for ESP-IDF
- Topic: Cannot start a debug session in Espressif-IDE for ESP32-C6
- Replies: 3
- Views: 2898
Re: Cannot start a debug session in Espressif-IDE for ESP32-C6
Hello friend, I managed to make the debug work via GDB by creating a permission file in the system rules in udev, in my case I use Debian Linux, in /etc/udev/rules/70-openocd.rules I know that in Windows it is different, but it can be a guide for you to take a look at device permissions. ACTION!="ad...
- Tue Aug 06, 2024 4:03 am
- Forum: ESP-IDF
- Topic: Debug App on Linux Host
- Replies: 5
- Views: 1179
Re: Debug App on Linux Host
Hello Guy, I managed to make the debugging work via GDB by creating a permission file in the system rules in udev, in my case I use Debian, in /etc/udev/rules/70-openocd.rules file contents: ACTION!="add|change", GOTO="openocd_rules_end" SUBSYSTEM=="gpio", MODE="0660", GROUP="plugdev", TAG+="uaccess...