Version: 0.27.0
VSCode can display variable type names in the debug pane via the option settings -> Features -> Debug -> Show Variable Types. GDB's python API has support to customize the displayed type of a value. This can lead to situations where the debug pane does not match GDB's output.
Debug pane:

Terminal:
