This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 200335 - gdb console needs command history
Summary: gdb console needs command history
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-25 01:33 UTC by abirvalg
Modified: 2016-07-06 14:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description abirvalg 2011-07-25 01:33:49 UTC
While debugging, I very often have to type a bunch of gdb commands.
But after restarting the debugging session, the dropdown list of debugger console doesn't have the commands from the previous session and so I'm forced to tediously retype them each time.
Please, implement command history.
Comment 1 Egor Ushakov 2011-08-09 15:03:35 UTC
will it be enough to preserve dropdown list between debug sessions?
Comment 2 abirvalg 2011-08-11 11:31:41 UTC
Yes, saving between sessions will do the job, thanks.
Comment 3 Egor Ushakov 2012-03-20 10:08:26 UTC
current approach does not have combo box at all...