Bug 70442

Summary: Debugger launch configuration not updating properly
Product: [Tools] CDT Reporter: David Pickens <pickens>
Component: cdt-debugAssignee: cdt-debug-inbox <cdt-debug-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: twolff
Version: 2.0   
Target Milestone: 2.0.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description David Pickens CLA 2004-07-20 12:33:58 EDT
I'm adding support for another debugger engine to CDT. As I attempt to change 
configuration details in the Debugger Launch Dialog, things don't get updated 
properly.

I tracked down the problem to the method "setLaunchConfiguration" 
in "AbstractCDebuggerTab.java":

The following assignment needs to be inserted into the method:

      fWorkingCopy = null; 

This forces the modifiable version of the ILaunchConfiguration to be 
regenerated from the new one.
Comment 1 Nobody - feel free to take it CLA 2004-08-09 18:32:22 EDT
*** Bug 70153 has been marked as a duplicate of this bug. ***
Comment 2 Nobody - feel free to take it CLA 2004-08-10 14:03:08 EDT
Fixed in the HEAD and 2.0.1 branches.