Question
bound doStepStartGdbServer Failed: Failed to list bundles
reason: Error: Failed to get full list of project bundles to install. Command failed w
Steps I've already tried
Windows11
- Verified the project path contains no Chinese characters, spaces, or special symbols.
- Cleaned and rebuilt the project (CMake/Make workflow).
- Reloaded the VSCode window
- Confirmed the executable file was generated successfully, and the program path in launch.json points to the correct file.
Questions
- What exactly causes this "Failed to list bundles" error during debugging?
- Is there a standard, correct launch.json template for this scenario on Windows?
- Do I need to configure additional GDB paths or environment variables?
- Are there any other troubleshooting steps I should try?
Thanks a lot for any help or suggestions! :folded_hands:
