Skip to content

Commit

Permalink
docs: add Python 3.11 not currently supported but coming soon info (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-prindle authored Feb 16, 2023
1 parent 2c9d0ca commit ce080d0
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit ce080d0

Please sign in to comment.