Search found 225 matches

by ESP_bignacio
Mon Aug 26, 2024 5:47 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF VS Code extension v1.8.1
Replies: 0
Views: 1159

ESP-IDF VS Code extension v1.8.1

ESP-IDF VS Code extension v1.8.1 Bug Fixes - Fix monitor for Command Prompt - Update chinese localization - Add Kconfig name in SDK Configuration Editor - Add validation for existing setup path - Fix custom tasks execution - Fix jtag flash on build flash monitor command - Fix CMake arguments for CM...
by ESP_bignacio
Mon Jul 22, 2024 7:19 am
Forum: IDEs for ESP-IDF
Topic: VSCode GDB Debug Failure - Error: undocumented errno 10061
Replies: 1
Views: 2494

Re: VSCode GDB Debug Failure - Error: undocumented errno 10061

Have you tried adding to the launch.json target connectCommands the same you are using in Linux:

["set mem inaccessible-by-default off",
"set remotetimeout 20",
"-target-select extended-remote localhost:3333"]
by ESP_bignacio
Thu Jul 11, 2024 11:06 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF 1.8.0 Debugging won't start
Replies: 3
Views: 3489

Re: ESP-IDF 1.8.0 Debugging won't start

Can you remove the target part and just use { "type": "gdbtarget", "request": "attach", "name": "Eclipse CDT GDB Adapter" } I'm not sure why but the documentation was updated and the target part was updated. Maybe you are seeing and old version of this debugging doc. Code I just shared should be the...
by ESP_bignacio
Tue Jul 09, 2024 8:47 am
Forum: IDEs for ESP-IDF
Topic: VScode keep being asked to "search for compilers on this computer"
Replies: 1
Views: 2926

Re: VScode keep being asked to "search for compilers on this computer"

Probably a message from the Microsoft C/C++ extension ? Could you share some screenshot or output ?

You can check their documentation for more information https://code.visualstudio.com/docs/cpp/ ... tellisense
by ESP_bignacio
Fri Jun 28, 2024 1:26 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF extension for Visual Studio Code 1.8.0
Replies: 1
Views: 3364

ESP-IDF extension for Visual Studio Code 1.8.0

ESP-IDF extension for Visual Studio Code 1.8.0 Features and enhancements Add button to enable custom partition when calling Partition table editor Add ESP-IDF version switcher Translation using l10n vscode api, remove gulp files Add Eclipse CDT Debug Adapter and update debugging documentation Add C...
by ESP_bignacio
Fri Jun 21, 2024 8:15 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF setup error in vscode with ESP-IDF extension
Replies: 4
Views: 3414

Re: ESP-IDF setup error in vscode with ESP-IDF extension

We should have a fix in this vsix installer and it will be part of the next v1.8.0 release.

You can try by uninstall your current esp-idf vscode extension and install the vsix from the link with Install from VSIX command in vscode.
by ESP_bignacio
Fri Jun 14, 2024 4:56 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF setup error in vscode with ESP-IDF extension
Replies: 4
Views: 3414

Re: ESP-IDF setup error in vscode with ESP-IDF extension

In Visual Studio Code select menu View then click Command Palette... and type ESP-IDF: Doctor Command to generate a report of your environment configuration and it will be copied in your clipboard to paste anywhere. Check log file which can be obtained from: Windows: %USERPROFILE%\.vscode\extensions...
by ESP_bignacio
Thu Jun 13, 2024 3:45 am
Forum: IDEs for ESP-IDF
Topic: Debug connection through JTAG not always working in VSCode
Replies: 3
Views: 2557

Re: Debug connection through JTAG not always working in VSCode

We are deprecating espidf target in favor of gdbtarget. In the future we will remove it entirely.
by ESP_bignacio
Fri Jun 07, 2024 8:11 am
Forum: IDEs for ESP-IDF
Topic: Debug connection through JTAG not always working in VSCode
Replies: 3
Views: 2557

Re: Debug connection through JTAG not always working in VSCode

Hi ! We implemented a new debug adapter which is currently in GitHub master. You can try by installing this vsix installer: https://nightly.link/espressif/vscode-esp-idf-extension/workflows/ci/master/esp-idf-extension.vsix.zip We also updated the debug tutorials documentation in here: https://github...