Search found 18 matches

by ESP_radurentea
Mon Sep 30, 2024 8:33 am
Forum: IDEs for ESP-IDF
Topic: Can't launch monitor within VSCode (M1 Mac, MacOS Sequoia)
Replies: 4
Views: 4912

Re: Can't launch monitor within VSCode (M1 Mac, MacOS Sequoia)

Hi, sorry for late reply. I would recommend for future issues related to the esp-idf vs code extension, to open an issue directly on the github repo: https://github.com/espressif/vscode-esp-idf-extension/issues Regarding your issue, I don't see any issue with the configuration and I was not able to ...
by ESP_radurentea
Mon Sep 02, 2024 11:01 am
Forum: IDEs for ESP-IDF
Topic: Issue selecting COM port in IDE
Replies: 2
Views: 3516

Re: Issue selecting COM port in IDE

Hi, I'm one of the contributors to the ESP-IDF VS Code extension. I'm not sure when you have tried the extension, but from the feedback we've received, we managed to improve the experience for new users. So, if you haven't check it in a while, I would highly recommend to do so and if you run into is...
by ESP_radurentea
Fri Aug 02, 2024 9:59 am
Forum: IDEs for ESP-IDF
Topic: Ubuntu 22 - VSCode - ESP-IDF - esp-matter not generating compile_commands.json
Replies: 1
Views: 2726

Re: Ubuntu 22 - VSCode - ESP-IDF - esp-matter not generating compile_commands.json

Hi Marius,

Have you tried running the command "ESP-IDF: Run idf.py reconfigure task" from command palette? (CTRL+SHIFT+P), this command should generate the compile_commands.json
by ESP_radurentea
Wed May 08, 2024 2:02 pm
Forum: General Discussion
Topic: Change ESP32 registers and peripherals in debug session
Replies: 1
Views: 815

Re: Change ESP32 registers and peripherals in debug session

Hi ilangr, The functionality is not there yet for the ESP-IDF VS Code Extension since no one requested it, but we will keep it in mind for future releases. If you have any feature requests, I would strongly encourage you to create them on our github repository: https://github.com/espressif/vscode-es...
by ESP_radurentea
Wed May 08, 2024 7:10 am
Forum: IDEs for ESP-IDF
Topic: ESP IDF Extension problem (VSCode)
Replies: 1
Views: 1703

Re: ESP IDF Extension problem (VSCode)

Hi, Unfortunately, I don't have enough information to troubleshoot this. Please open VS Code and open Command Palette (CTRL + SHIFT + P) and type "ESP-IDF:Doctor Command", this will copy a bunch of text to your clipboard or to a file depending on your Operating System. Paste the result here so I can...
by ESP_radurentea
Thu Jan 04, 2024 9:28 am
Forum: IDEs for ESP-IDF
Topic: VS Code extension is enabled on WSL instead of local Windows
Replies: 3
Views: 9761

Re: VS Code extension is enabled on WSL instead of local Windows

I'm guessing you have the VS Code opened as a remote connection. To install on your local, make sure VS Code is opened locally. You can check this in the bottom left corner of VS Code: NO WSL: Screenshot 2024-01-04 111534.png WSL Ubuntu: Screenshot 2024-01-04 111509.png In order to fully uninstall t...
by ESP_radurentea
Wed Nov 22, 2023 10:20 am
Forum: IDEs for ESP-IDF
Topic: Unable to start debugging. Unexpected GDB output from command "- interpreter-exec console "target remote:3333""
Replies: 14
Views: 173041

Re: Unable to start debugging. Unexpected GDB output from command "- interpreter-exec console "target remote:3333""

Hi Jimis1, Please follow the steps from the link https://github.com/espressif/vscode-esp-idf-extension/tree/master#Troubleshooting Brian provided and attach the output of the Doctor's Command here, as well as the %USERPROFILE%\.vscode\extensions\espressif.esp-idf-extension-VERSION\esp_idf_vsc_ext.lo...
by ESP_radurentea
Tue Oct 31, 2023 10:02 am
Forum: IDEs for ESP-IDF
Topic: JTAG debugging with vscode
Replies: 5
Views: 46900

Re: JTAG debugging with vscode

Can you run doctor command from command palette for me and paste the output here (it will be copied to clipboard)?
by ESP_radurentea
Thu Oct 26, 2023 7:47 am
Forum: IDEs for ESP-IDF
Topic: JTAG debugging with vscode
Replies: 5
Views: 46900

Re: JTAG debugging with vscode

Try installing the debug adapter requirements again with the ESP-IDF: Install ESP-IDF Python Packages command from Command Palette.

I will keep in mind the issue with the jlink as a feature request and see what we can do.
by ESP_radurentea
Tue Oct 24, 2023 2:21 pm
Forum: IDEs for ESP-IDF
Topic: JTAG debugging with vscode
Replies: 5
Views: 46900

Re: JTAG debugging with vscode

Hi, You can use custom configuration for OPENOCD, by using the command "ESP-IDF: Select OpenOCD Board Configuration" which have different presets or even custom configurations. Also, when you flash via JTAG you should be asked if you want to start OpenOCD. For debugging, I recommend you to look at t...