Page 1 of 1

OpenOCD and ESP_LOGI display.

Posted: Mon Dec 04, 2023 5:03 pm
by beryllium
Hello,
When I run a debug session with OpenOCD in a Vscode environment, I don't see any error log messages on any console. I am using an ESP32S3 with JTAG access. Should I declare a terminal in launch.json, and if so, how?
Thank you for your help.

Re: OpenOCD and ESP_LOGI display.

Posted: Wed Dec 06, 2023 6:47 am
by ESP_bignacio
How are your running openOCD in VSCode ?

IF you are using the ESP-IDF extension, you can check the openOCD output by click menu View -> Output and select ESP-IDF from the dropdown.

Re: OpenOCD and ESP_LOGI display.

Posted: Fri Dec 08, 2023 11:03 pm
by beryllium
@ESP_BIGNACIO

"Thank you for your response. Yes, I am using VSCode. I have a window with five tabs: PROBLEMS, OUTPUT, DEBUG CONSOLE, TERMINAL, and PORTS. However, in none of these tabs can I find the traces of the messages produced by the ESP_LOGx macros. This is the problem I am facing.

For your information:
VSCODE: 1.84.2, last Espressif IDF 1.6.5, Windows 11 Prof. Version 22H2

Re: OpenOCD and ESP_LOGI display.

Posted: Thu Dec 14, 2023 3:56 am
by ESP_bignacio