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? What do I need to do to allow the debugger to correctly navigate to the source code of standard library functions like printf?
Thanks for your help.
