Skip to content

Commit

Permalink
docs: fix issue where debug.md link was not rendered properly
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-prindle committed Feb 6, 2023
1 parent aa6f5a3 commit 4111466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-v2/content/en/docs/workflows/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Debugging is currently supported for five language runtimes.
- Python 3.5+ (runtime ID: `python`) using `debugpy` (Debug Adapter Protocol) or `pydevd`
- .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"}}).
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" >}}).

## (Recommended) Debugging using Cloud Code

Expand Down Expand Up @@ -426,7 +426,7 @@ binary or launch script (i.e., a `pip`-generated launcher script such as `gunico
Skaffold cannot debug Go and Python applications that use user-created
shell scripts, or that use shell constructs like `exec` or `eval`.
Either rewrite your container image command-line or
[manually configure your container for debugging]({{ relref "#can-images-be-debugged-without-the-runtime-support-images" }}).
[manually configure your container for debugging]({{< relref "#can-images-be-debugged-without-the-runtime-support-images" >}}).
For example:
```
❌ CMD launch.sh
Expand Down

0 comments on commit 4111466

Please sign in to comment.