mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Fix for bug 70442: Debugger launch configuration not updating properly.
This commit is contained in:
parent
b545e63717
commit
41772a42d1
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-21 Mikhail Khodjaiants
|
||||
Replaced the decprecated target factory methods.
|
||||
* CoreFileLaunchDelegate.java
|
||||
|
|
|
@ -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