Ok, with diligent method & research, this all works now.
VS-Code Debug Sessions:
RTFM: Starting a Debug Session (forum)
Espressif-IDE Debug Sessions:
Select your project, then create your project's run or debug configurations by opening 'Run' -> 'Run Configurations...' and ...
Search found 71 matches
- Fri Jun 06, 2025 3:09 am
- Forum: ESP-IDF
- Topic: Debug stopped working with Espressif IDE
- Replies: 5
- Views: 1515
- Thu Jun 05, 2025 5:46 pm
- Forum: IDEs for ESP-IDF
- Topic: Unexpected Language Server Errors
- Replies: 2
- Views: 921
Unexpected Language Server Errors
Hi,
I am now getting drv_unknown_argument errors for my recent project builds -
Unexpected Problems:
Example Problems.png
What is this, can it be removed? Here is the example project which displays this (see test\ in this proj for detail) -
esp32_proj #forum_debug(HEAD:F3BC)
Here ...
I am now getting drv_unknown_argument errors for my recent project builds -
Unexpected Problems:
Example Problems.png
What is this, can it be removed? Here is the example project which displays this (see test\ in this proj for detail) -
esp32_proj #forum_debug(HEAD:F3BC)
Here ...
- Wed Jun 04, 2025 1:24 am
- Forum: ESP-IDF
- Topic: Debug stopped working with Espressif IDE
- Replies: 5
- Views: 1515
Re: Debug stopped working with Espressif IDE
The 'Build Not Configured Correctly.png' bug listed above happens a lot now -
Bug:
_build_not_configured_correctly.png
This clears it up -
Resolution:
Clean project, remove build and close project
Close & re-open Espressif-IDE
Open project
Might not need to do all of that, but ...
Bug:
_build_not_configured_correctly.png
This clears it up -
Resolution:
Clean project, remove build and close project
Close & re-open Espressif-IDE
Open project
Might not need to do all of that, but ...
- Mon May 26, 2025 3:27 pm
- Forum: IDEs for ESP-IDF
- Topic: Help with IDE Project Setup
- Replies: 3
- Views: 405
Re: Help with IDE Project Setup
I resolved the graphics lib error, this is a bug -
Issue:
ESP-IDF shows random, unexpected graphics lib error - hello_world_issue_2.png
Test:
For my ESP driver projects this morning, this problem showed up again on multiple projects (ref)
Problem:
esp32_base
esp32_spp ...
Issue:
ESP-IDF shows random, unexpected graphics lib error - hello_world_issue_2.png
Test:
For my ESP driver projects this morning, this problem showed up again on multiple projects (ref)
Problem:
esp32_base
esp32_spp ...
- Mon May 26, 2025 12:33 pm
- Forum: IDEs for ESP-IDF
- Topic: Help with IDE Project Setup
- Replies: 3
- Views: 405
Re: Help with IDE Project Setup
Also not sure what this is -
Unexpected .clangd Permissions Problem:
Unexpected .clangd Permissions Problem:
- Mon May 26, 2025 2:00 am
- Forum: IDEs for ESP-IDF
- Topic: Help with IDE Project Setup
- Replies: 3
- Views: 405
Re: Help with IDE Project Setup
I have also been getting this recently, for multiple projects I created myself that are compiling fine -
Src:
esp32_gpio ('v0.2' here)
Woa:
What Is This Problem.png
Update:
Oh yeah!! This is because new run configurations inherit previous workspace settings (e.g. a ...
Src:
esp32_gpio ('v0.2' here)
Woa:
What Is This Problem.png
Update:
Oh yeah!! This is because new run configurations inherit previous workspace settings (e.g. a ...
- Sat May 24, 2025 7:35 pm
- Forum: IDEs for ESP-IDF
- Topic: Outline missing elements on Espressif-IDE
- Replies: 2
- Views: 9676
Re: Outline missing elements on Espressif-IDE
Hi @kondalkolipaka, my outline view has straight-up gone blank now -
Blank Outline Example.png
Where did the outline go? This is a principal component of my development experience, interested in feedback! :o
Espressif-IDE v3.4.0 b20250506-1512, (re-installed yesterday)
Win11 Pro v24H2 ...
Blank Outline Example.png
Where did the outline go? This is a principal component of my development experience, interested in feedback! :o
Espressif-IDE v3.4.0 b20250506-1512, (re-installed yesterday)
Win11 Pro v24H2 ...
- Fri May 23, 2025 9:48 pm
- Forum: IDEs for ESP-IDF
- Topic: Help with IDE Project Setup
- Replies: 3
- Views: 405
Help with IDE Project Setup
Hi, getting started with Espressif now and I have a few issues with project development that I need help with
Project Issues:
Espressif-IDE is showing false errors in Project Explorer - Project_Explorer_issues.png
espressif-ide 'Project Explorer' error markings
ESP-IDF shows random ...
Project Issues:
Espressif-IDE is showing false errors in Project Explorer - Project_Explorer_issues.png
espressif-ide 'Project Explorer' error markings
ESP-IDF shows random ...
- Tue May 20, 2025 10:21 pm
- Forum: IDEs for ESP-IDF
- Topic: Unsupported Commenting Feature
- Replies: 1
- Views: 219
Unsupported Commenting Feature
Hi, Eclipse has a neat feature where new line's in a block comment automatically include a new asterisk, e.g.
Eclipse Feature:
Eclipse New-Line in Block Comment Example - Promoting detailed header and section comments
Espressif-IDF Feature Support:
Espressif-IDE New-Line in Block ...
Eclipse Feature:
Eclipse New-Line in Block Comment Example - Promoting detailed header and section comments
Espressif-IDF Feature Support:
Espressif-IDE New-Line in Block ...
- Tue May 20, 2025 7:05 pm
- Forum: IDEs for ESP-IDF
- Topic: Style Support for Doxygen Tags
- Replies: 1
- Views: 800
Re: Style Support for Doxygen Tags
Here are some tags I prefer, with unsupported ones on bottom now (e.g. @warn & @open) -