Bug 286686 - Debugger Options not preserved after options were created with another debugger
Summary: Debugger Options not preserved after options were created with another debugger
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 6.0   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-14 17:33 EDT by Miwako Tokugawa CLA
Modified: 2020-09-04 15:26 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 Miwako Tokugawa CLA 2009-08-14 17:33:16 EDT
Build ID: 20090619-0625

Steps To Reproduce:
1. Create a debug configuration.
2. Under Debugger, select "gdb Debugger". Under "Shared Libraries" tab, add a directory. Click "Apply". then Debug.
3. Come back into the Debug Configuration dialog after debugging. Open "gdb debugger"->"Shared Libraries". The path is still there.
4. Select "gdb/mi" in Debugger: add a directroy to its Shared Libraries. Apply. Debug.
5. Come back into the Debug Configuration dialog. Select "gdb Debugger" and open "Shared Libraries" tab. The folder entry is no longer there.


More information:
Comment 1 Miwako Tokugawa CLA 2011-02-01 17:56:12 EST
(In reply to comment #0)
I can still reproduce this problem with CDT HEAD (cdt8). Replase "gdb Debugger" with "gdbserver" in the instruction below.