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

Summary: Tab key is not send to gdb
Product: cnd Reporter: Yankes
Component: DebuggerAssignee: henk89
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 8.0.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.