Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 229740] Active configuration changes when application is debugged

https://bugs.eclipse.org/bugs/show_bug.cgi?id=229740  
Product/Component: CDT / cdt-launch




--- Comment #1 from Alex Freidin <alex.freidin@xxxxxxx>  2008-10-27 14:19:05 -0400 ---
Looks like the responsible for this behavior is:
org.eclipse.cdt.launch.AbstractCLaunchDelegate.setBuildConfiguration(..). The
active configuration is modified there, but previously active configuration is
not restored after the build.

In addition, if the user has modified the executable in the launch
configuration, to the one from another build configuration. Then, when
launching, the build process builds the other executable than the one being
debugged! There is no way to associate the launch configuration to a different
build configuration.


-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top