You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
? @jonahgrahamThe text was updated successfully, but these errors were encountered: