container-debug-support icon indicating copy to clipboard operation
container-debug-support copied to clipboard

Language-runtime support files for in-container debugging

Results 17 container-debug-support issues
Sort by recently updated
recently updated
newest added

**Environment**: OS: MacOs Monterey v12.3 (Processor: 2.2 GHz 6-Core Intel Core i7) Language: Dart Cloud Code Extension version: v1.18.2 VSCode version: 1.66.2 Google Cloud SDK: 385.0.0 kubectl: 1.21.9 minikube: 1.25.2...

The python launcher uses `exec.LookPath` to find `python` in the `PATH`. As a result, tests fail on vanilla'ish macOS 12.3 where Python 2.7 was removed and Python 3 is only...

kind/bug
lang/python
meta/testing

For traceability, the container-debug-support images should include [opencontainers.org annotations](https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys) to record metadata such as the creation time and the Git commit SHA.

kind/enhancement

The current vsdbg has a license that only allows the use of vscode, visual studio products with it. But there is also a good open source alternative that is under...

We discovered that the `arm64` images were based on `amd64` base images (#78) that went undiscovered as 1. We weren't running tests on arm64 — I wasn't aware that Travis...

_This issue is to track adding support for the Python launcher used in `skaffold debug` for Python interpreter command-line flags. Please add a 👍 if this affects you and please...

The node wrapper supports `npm` but not `yarn`.

The `python:xx-alpine` images require Python debugger packages setup for musl. There doesn't seem to be any image metadata to identify musl/alpine-based images, so `skaffold debug` can't select a musl-specific image....

kind/enhancement

I think we can speed up the Go and Python builds by using buildkit's target platforms. ### Go and Delve Go supports cross-platform building; I'm uncertain if we can do...

kind/enhancement