CalinB wrote: ↑Tue Aug 13, 2019 7:38 pm
The command should be entered on command line.
The paths to gdb and openocd should be set on system environment variables.
As a alternative solution to eclipse, you can try Visual Studio Code.
Here is a quick start guide for debugging esp32 on VsCode:
https://github.com/botofancalin/Esp32_debug_template
Hi calinB,
thanks for the response..!
i have gone through the link you have mentioned,and done all steps,i am able to detect the COM port next step is using IDE,
i m using eclipse IDE in that i am unable to debug the code,
i am starting the openocd then go to IDE and i press debug on eclipse
i am getting this respose on the command linementiond below:
Info : accepting 'gdb' connection on tcp/3333
Error: No symbols for FreeRTOS
Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
Info : esp32: Debug controller 0 was reset (pwrstat=0x5F, after clear 0x0F).
Info : esp32: Core 0 was reset (pwrstat=0x5F, after clear 0x0F).
Info : Target halted. PRO_CPU: PC=0x5000004B (active) APP_CPU: PC=0x00000000
Info : esp32: Core 0 was reset (pwrstat=0x1F, after clear 0x0F).
Info : esp32: Debug controller 1 was reset (pwrstat=0x5F, after clear 0x0F).
Info : esp32: Core 1 was reset (pwrstat=0x5F, after clear 0x0F).
Info : Target halted. PRO_CPU: PC=0x40000400 (active) APP_CPU: PC=0x40000400
i have set up the settings mentioned here:
https://docs.espressif.com/projects/esp ... ml#eclipse
but i get the above menioned response on the command line.what might b going wrong in this..?
Regards
Atul