cdt-gdb-vscode icon indicating copy to clipboard operation
cdt-gdb-vscode copied to clipboard

Provide proper console auto-completion with `cdt-gdb-vscode`

Open planger opened this issue 3 years ago • 2 comments

Feature Description:

Currently the auto-completion in the console of a cdt-gdb-vscode debug console is just listing found words: image

For other language this auto-completion supports variables of the actual scope.

Probably this is a cdt-gdb-vscode? @jonahgraham

planger avatar Oct 18 '22 19:10 planger

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.

jonahgraham avatar Oct 18 '22 20:10 jonahgraham

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 :/

paul-marechal avatar Oct 19 '22 02:10 paul-marechal