Search found 6 matches

by wulu01
Fri Oct 31, 2025 6:17 am
Forum: IDEs for ESP-IDF
Topic: [VS Code] Debugging: "File not found" when stepping into printf on ESP32-S3
Replies: 2
Views: 6667

Re: [VS Code] Debugging: "File not found" when stepping into printf on ESP32-S3

I seem to understand now...

The printf function is precompiled in ROM, and the source code is not available, so the file content cannot be displayed during debugging.
by wulu01
Fri Oct 31, 2025 5:53 am
Forum: IDEs for ESP-IDF
Topic: [VS Code] Debugging: "File not found" when stepping into printf on ESP32-S3
Replies: 2
Views: 6667

Re: [VS Code] Debugging: "File not found" when stepping into printf on ESP32-S3

launch.json:


{
"version": "0.2.0",
"configurations": [
{
"type": "gdbtarget",
"request": "attach",
"name": "Eclipse CDT GDB Adapter"
},
{
"type": "espidf",
"name": "Launch",
"request": "launch"
}
]
}
by wulu01
Wed Oct 29, 2025 4:11 am
Forum: IDEs for ESP-IDF
Topic: [VS Code] Debugging: "File not found" when stepping into printf on ESP32-S3
Replies: 2
Views: 6667

[VS Code] Debugging: "File not found" when stepping into printf on ESP32-S3

Hello,

I'm using the ESP-IDF extension in VS Code to debug an ESP32-S3 project.

When I set a breakpoint and try to "Step Into" a printf function call, VS Code shows an error: "The editor could not be opened because the file was not found."

Is this a bug, or is there a misconfiguration on my end ...
by wulu01
Wed Oct 22, 2025 11:35 am
Forum: ESP-IDF
Topic: Future Roadmap Inquiry: EIM, VS Code Extension, and Windows Installer for ESP-IDF Installation Methods
Replies: 2
Views: 1045

Re: Future Roadmap Inquiry: EIM, VS Code Extension, and Windows Installer for ESP-IDF Installation Methods

Hi Fabricio,

Thank you for the clear update. We’ll align our beginner tutorial with EIM (including the offline install workflow) and will test the VS Code extension 2.x preview, reporting any issues via the GitHub repos you shared.

We’re looking forward to the official releases of EIM and the VS ...
by wulu01
Mon Oct 20, 2025 11:04 am
Forum: ESP-IDF
Topic: Future Roadmap Inquiry: EIM, VS Code Extension, and Windows Installer for ESP-IDF Installation Methods
Replies: 2
Views: 1045

Future Roadmap Inquiry: EIM, VS Code Extension, and Windows Installer for ESP-IDF Installation Methods

Hello everyone,

We’re developing a beginner-focused ESP-IDF tutorial and would like to understand the official roadmap for installation methods so our content remains current and forward-looking. Our tutorial is centered on VS Code development, and we’ve noted three mainstream installation options ...
by wulu01
Sat Sep 20, 2025 9:04 am
Forum: General Discussion
Topic: Broken board or user error?
Replies: 1
Views: 681

Re: Broken board or user error?

Hi Smallfry,

Sorry for the trouble. The fastest way to get this resolved is to contact Waveshare’s official support so they can track your case and check board-specific configs:

- Ticket: https://service.waveshare.com/
- Email: support@waveshare.com

Please include your exact board model/revision ...

Go to advanced search