Skip to content

Commit

Permalink
Merge pull request #3144 from peterj/master
Browse files Browse the repository at this point in the history
Fixes a broken link to the Profiles page
  • Loading branch information
balopat authored Oct 31, 2019
2 parents a76a23b + 92826c5 commit 5b17a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/docs/workflows/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Go-based applications are configured to run under [Delve](https://github.com/go-
environment variables](https://godoc.org/runtime) such as `GODEBUG`, `GOGC`, `GOMAXPROCS`,
or `GOTRACEBACK`. `GOTRACEBACK=all` is a generally useful configuration.
- Go applications should be built without optimizations, so your build should be capable of building with
`-gcflags='all=-N -l'`. Skaffold [_Profiles_](../profiles/) are a useful option.
`-gcflags='all=-N -l'`. Skaffold [_Profiles_]({{< relref "/docs/environment/profiles.md" >}}) are a useful option.

Note for users of [VS Code's debug adapter for Go](https://github.com/Microsoft/vscode-go): Delve seems
to treat the source location for headless launches as being relative to `/go`. The following
Expand Down

0 comments on commit 5b17a9b

Please sign in to comment.