I have multiple custom Build Configurations in my project as shown below: Screenshot of build configurations
On workspace setup by default it opens up in 'Debug' configuration. I must have this changed to 'Rev8 Release' (one of my custom configuration) instead.
One way I could achieve this by manually editing .cprojects file(the auto generated project settings file) and pasting the 'Rev8 Release' configuration before the 'Debug'. But I need a proper method(by changing project settings) to do this without manually editing the '.cprojects'