Full GDB Console #558
-
Hi, Is there a way to enable Full GDB Console? To have some features like command-completion, command-history, etc. in gdb console. I managed to get the "Debugger Console". There is a slightly non-standard behavior, i.e. missing (gdb) prefix at the command line. And most important: I am on windows. The link above talks about linux. My gdb version:
Many thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
As far as I remember, Embedded CDT does nothing special regarding this console, the behaviour should come from CDT. |
Beta Was this translation helpful? Give feedback.
-
Yes, this feature only works on Linux today as it relies on OS functionality that does not exist on Windows. There is a feature request tracking this on the CDT GitHub repo here: eclipse-cdt/cdt#362 |
Beta Was this translation helpful? Give feedback.
Yes, this feature only works on Linux today as it relies on OS functionality that does not exist on Windows.
There is a feature request tracking this on the CDT GitHub repo here: eclipse-cdt/cdt#362