microsoft / vscode-go

An extension for VS Code which provides support for the Go language. We have moved to https://github.com/golang/vscode-go
Other
5.93k stars 648 forks source link

No debugger variables but can see a stack trace c++ #3184

Closed DylanReedy closed 4 years ago

DylanReedy commented 4 years ago

I'm debugging a c++ application and, once I've hit a break point, cannot see any variables. I can see a call stack. Additionally, when I stop the debugger, the application remains open in gdb, and I have to kill gdb from the command line.

OS: centos-release-7-7.1908.0.el7.centos.x86_64 gdb --version: GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-115.el7

What other information can I add to be helpful?

stamblerre commented 4 years ago

@DylanReedy: Was your intention to open an issue with the VS Code repository (https://github.com/microsoft/vscode)? This is the repository for the VS Code Go extension, which doesn't handle debugging C++ programs.

DylanReedy commented 4 years ago

Absolutely, yes. Apologies - I'll move there