1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Fix for bug 70442: Debugger launch configuration not updating properly.

This commit is contained in:
Mikhail Khodjaiants 2004-08-10 18:01:27 +00:00
parent b545e63717
commit 41772a42d1
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2004-08-10 Mikhail Khodjaiants
Fix for bug 70442: Debugger launch configuration not updating properly.
* AbstractCDebuggerTab.java
2004-07-21 Mikhail Khodjaiants 2004-07-21 Mikhail Khodjaiants
Replaced the decprecated target factory methods. Replaced the decprecated target factory methods.
* CoreFileLaunchDelegate.java * CoreFileLaunchDelegate.java

View file

@ -65,6 +65,7 @@ public abstract class AbstractCDebuggerTab extends CLaunchConfigurationTab {
protected void setLaunchConfiguration(ILaunchConfiguration launchConfiguration) { protected void setLaunchConfiguration(ILaunchConfiguration launchConfiguration) {
fLaunchConfiguration = launchConfiguration; fLaunchConfiguration = launchConfiguration;
setLaunchConfigurationWorkingCopy( null );
} }
protected ILaunchConfiguration getLaunchConfiguration() { protected ILaunchConfiguration getLaunchConfiguration() {