Skip to content

Commit

Permalink
Merge branch 'main' into matang/exploration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grantseltzer authored Mar 6, 2025
2 parents d499855 + a6dee66 commit 8c56f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ file](https://github.com/go-delve/delve/blob/master/Documentation/cli/README.md#
to search this directory:

```
# delve config file is at $HOME/.config/dlv/config.yaml
# delve config file is at $HOME/.config/dlv/config.yml
debug-info-directories: ["/usr/lib/debug/.build-id", "/opt/datadog-agent/.debug/" ]
```

One last note is if you use `sudo` to run `dlv attach`, `$HOME` will be set to `/root`.
You may want to symlink `/root/.config/dlv/config.yaml` to point to your user
You may want to symlink `/root/.config/dlv/config.yml` to point to your user
delve config file.

## gdb
Expand Down

0 comments on commit 8c56f0d

Please sign in to comment.