I've got a C/C++ project with a custom debug configuration. That is, under Debug Configurations, I selected C/C++ Application and then hit the "New" button. I named this configuration MyTestingDebugConfiguration.
I've applied the changes and closed eclipse.
Where is this debug configuration named "MyTestingDebugConfiguration" stored? I don't see it listed in the .cproject file or the .project file. I'm assuming it is stored in xml somewhere on my filesystem. But I can't find it.
Note: My debug configuration points to a binary that is not in my project tree. I also declare an environment variable. I'd like to know where this configuration is stored on disk.
Thanks in advance!
Getting to the launch configuration parameter editor:Click on "Project/Properties" in the main menu. Note: There is a shortcut to manage all the launch configurations in the entire workspace in the pull-down menu below the green "Run" button on the main Eclipse toolbar.
Click 'Help > About Eclipse' and then click the 'Installation Details' button at the bottom of the dialog. The resulting dialog shows all the features you have installed on the 'Installed Software' tab.
Launch configurations are stored in your workspace .metadata
folder as ".launch" files, in
<workspace root>\.metadata\.plugins\org.eclipse.debug.core\.launches
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With