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 253303 - Tab key is not send to gdb
Summary: Tab key is not send to gdb
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0.1
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-03 21:33 UTC by Yankes
Modified: 2015-07-07 17:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yankes 2015-07-03 21:33:28 UTC
When you use gdb native you can use "TAB" to command completion.
But when I run gdb in debugger console, gdb don't react to "TAB" press.
Comment 1 henk89 2015-07-07 17:13:09 UTC
There is no way for gdb to handle TAB in the mi mode. This is a gdb restriction.