I'm using Eclipse IDE for Embedded C/C++ Developers 2025-09 and have created a RISC-V project.
When opening the Debug Launch Configuration from the Launch Bar, modifying the "Save as" setting on the Common tab and then clicking "OK" does not save the change.
However, if the configuration is opened via the menu "Run → Run Configurations...", modifications to the "Save as" setting are saved correctly.
So I suspect this might be a bug.
I've looked into the source code and found that the logic for this is in org.eclipse.debug.ui.CommonTab. I'm not sure if someone could take a look at this issue.
