1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-13 12:05:21 +02:00

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

This commit is contained in:
Mikhail Khodjaiants 2004-08-10 17:57:48 +00:00
parent e3185c99dc
commit 6936ee916d
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-14 Mikhail Khodjaiants 2004-07-14 Mikhail Khodjaiants
Fix for bug 69977: TVT3.0: Non-externalized strings in Launching Debug. Fix for bug 69977: TVT3.0: Non-externalized strings in Launching Debug.
Applied patch from Tanya Wollf. Applied patch from Tanya Wollf.

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() {