Bug 70442 - Debugger launch configuration not updating properly
Summary: Debugger launch configuration not updating properly
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.0.1   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 70153 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-07-20 12:33 EDT by David Pickens CLA
Modified: 2004-08-10 14:03 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.