Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add Python 3.11 not currently supported but coming soon info #8435

Merged
merged 1 commit into from
Feb 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs-v2/content/en/docs/workflows/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Debugging is currently supported for five language runtimes.
- Go 1.13+ (runtime ID: `go`) using [Delve](https://github.com/go-delve/delve)
- NodeJS (runtime ID: `nodejs`) using the NodeJS Inspector (Chrome DevTools)
- Java and JVM languages (runtime ID: `jvm`) using JDWP
- Python 3.5+ (runtime ID: `python`) using `debugpy` (Debug Adapter Protocol) or `pydevd`
- Python 3.5-3.10 runtimes (runtime ID: `python`) using `debugpy` (Debug Adapter Protocol) or `pydevd`
- NOTE: Python 3.11 support is planned and coming soon but is currently still in progress
- .NET Core (runtime ID: `netcore`) using `vsdbg` (only for VS Code)

Skaffold can usually detect the correct language runtime if present. However if you encounter difficulties then checkout the [Supported Language Runtimes]({{< relref "#supported-language-runtimes">}}) section for the exact heuristics that Skaffold uses and you can modify your application accordingly, or read about [how you can manually configure your container image]({{< relref "#can-images-be-debugged-without-the-runtime-support-images" >}}).
Expand Down