Open planger opened 2 years ago
Yes - I will transfer issue there. I think that Ericsson did some work on this, at least in Linux, so that it works well with GDB CLI which has good completion support.
I think that Ericsson did some work on this, at least in Linux, so that it works well with GDB CLI which has good completion support.
The exact scope of that work is to enable opening an extra terminal within clients that's hooked to GDB's command line interface for humans while at the same time interfacing with the same GDB instance over MI in the background when handling DAP messages.
Unfortunately this work doesn't apply to the Debug Console opened by clients while debugging :/
Feature Description:
Currently the auto-completion in the console of a cdt-gdb-vscode debug console is just listing found words:
For other language this auto-completion supports variables of the actual scope.
Probably this is a
cdt-gdb-vscode
? @jonahgraham