Debugging 尝试远程调试C+;时无法demangle+;使用vscode

Debugging 尝试远程调试C+;时无法demangle+;使用vscode,debugging,visual-studio-code,gdb,remote-debugging,demangler,Debugging,Visual Studio Code,Gdb,Remote Debugging,Demangler,我正在尝试使用vscode内部人员和ssh-remote调试远程应用程序。如果我设定 "externalConsole": true 在launch.json中,它根本不起作用。如果我将其设置为false,它将工作,但断点是不可能的。如果我设定 "stopAtEntry": true 它在程序的第一行运行并停止,但如果设置的任何断点gdb以错误结束 /build/gdb-cXfXJ3/gdb-7.11.1/gdb/cp-support.c:1608: demangler-warning: u

我正在尝试使用vscode内部人员和ssh-remote调试远程应用程序。如果我设定

"externalConsole": true
launch.json中,它根本不起作用。如果我将其设置为false,它将工作,但断点是不可能的。如果我设定

"stopAtEntry": true
它在程序的第一行运行并停止,但如果设置的任何断点
gdb
以错误结束

/build/gdb-cXfXJ3/gdb-7.11.1/gdb/cp-support.c:1608: demangler-warning: unable to demangle '...' (demangler failed with signal 11)
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) [answered Y; input not from terminal]
ERROR: GDB exited unexpectedly. Debugging will now abort.
可以做些什么