solo-io / kubesquash

A debugger for Kubernetes applications.
228 stars 15 forks source link

Correct Usage of VS Extention #6

Closed CoderScribe closed 5 years ago

CoderScribe commented 6 years ago

Hi guys,

I have a pod running a C++ program and I'm able to attach gdb to my pod via ./kubesquash-linux --debugger gdb, however, when I attempt to use the KubeSquash VS Code extension I simply receive the message "Configured debug type 'go' is not supported".

What must I do to resolve?

Many thanks

yuval-k commented 6 years ago

Yes as currently the extension only supports the go debugger. To resolve it, the extension needs to be modified. We plan to do it, but it will take us a bit of time to do.

yuval-k commented 5 years ago

Closing as answered. feel free to re-open if needed. We are process of making all the debuggers work in both squash and kubesquash