Hello,
I have accidentally deleted the debug build config on a project.

As seen here, I only have release, vs on other projects I have more choices:
'
How can I restore / get back my debug config?
Thank you very much!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
Project information like debug configurations is stored in the project metadata (.*project) files in the project folder (likely the .cproject file). Assuming you saved your changes, you'd need to go back to an earlier saved version of the .cproject file which has your configuration information.
Thanks
ki
If you need to re-create the configuration from scratch, see: