Skip to content

Commit

Permalink
Point to output after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvanstraten committed Nov 1, 2024
1 parent 5187596 commit 367b1cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/manual/source/development/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ For macOS systems, use `lldb`:
To debug the Nix binary you just run:

```console
[nix-shell]$ gdb --args ./subprojects/nix/nix
[nix-shell]$ gdb --args ../outputs/out/bin/nix

```

#### On macOS:

```console
[nix-shell]$ lldb -- ./subprojects/nix/nix
[nix-shell]$ lldb -- ../outputs/out/bin/nix
```

### Using the Debugger
Expand Down

0 comments on commit 367b1cd

Please sign in to comment.