Bug 452180 - Duplicate launch configurations get created in standalone debugger
Summary: Duplicate launch configurations get created in standalone debugger
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-gdb-standalone (show other bugs)
Version: 8.5   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jeff Johnston CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-18 16:02 EST by Marc Khouzam CLA
Modified: 2020-09-04 15:12 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Khouzam CLA 2014-11-18 16:02:51 EST
I noticed that the standalone debugger manages to use the same launch configuration name (by deleting the old one).
This does not happen for 'attach' (-a) or 'core' (-c) though. So the user end up seeing launch configs with (1), (2), etc as suffixes.

The same technique should be used to avoid duplicate launch configurations