Bug 325090

Summary: cdt does not support full functional terminal
Product: [Tools] CDT Reporter: Liping Ke <liping.ke>
Component: cdt-debugAssignee: cdt-debug-inbox <cdt-debug-inbox>
Status: NEW --- QA Contact: Jonah Graham <jonah>
Severity: enhancement    
Priority: P3 CC: cdtdoug, gcruscoe, jonah, nazgul, pawel.1.piech, vorgert
Version: 8.0Keywords: helpwanted
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Liping Ke CLA 2010-09-13 05:30:08 EDT
When debugging/running some projects (such as gvim), we found that some special keys are not supported, such as "ESC", so that we can't debug/running well with such project (gvim). Is there any reason why we have a better support for those special keys within the cdt framework?
Comment 1 Doug Schaefer CLA 2011-01-04 14:40:08 EST
Not sure this is CDT related. We inherit the debug console from the Eclipse Platform.
Comment 2 Pawel Piech CLA 2011-01-04 16:32:09 EST
*** Bug 214830 has been marked as a duplicate of this bug. ***
Comment 3 Pawel Piech CLA 2011-01-04 16:32:41 EST
*** Bug 244292 has been marked as a duplicate of this bug. ***
Comment 4 Pawel Piech CLA 2011-01-04 16:39:05 EST
All the pieces are in place for this feature: PTY support in the spawner, terminal emulator in the Target Management project, and the IConsole interface that let's you paint any control in the console view.  All we need is a volunteer to put all these pieces together ;-)
Comment 5 Jonah Graham CLA 2020-01-02 16:36:47 EST
*** Bug 558755 has been marked as a duplicate of this bug. ***