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:
parent
e3185c99dc
commit
6936ee916d
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
Fix for bug 69977: TVT3.0: Non-externalized strings in Launching Debug.
|
||||
Applied patch from Tanya Wollf.
|
||||
|
|
|
@ -65,6 +65,7 @@ public abstract class AbstractCDebuggerTab extends CLaunchConfigurationTab {
|
|||
|
||||
protected void setLaunchConfiguration(ILaunchConfiguration launchConfiguration) {
|
||||
fLaunchConfiguration = launchConfiguration;
|
||||
setLaunchConfigurationWorkingCopy( null );
|
||||
}
|
||||
|
||||
protected ILaunchConfiguration getLaunchConfiguration() {
|
||||
|
|
Loading…
Add table
Reference in a new issue