Skip to content

Commit

Permalink
fix note
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiahrac committed Sep 26, 2024
1 parent f128159 commit 499f935
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,12 @@ This file is usually found in the `.vscode` folder of your project root. See the

At this point, your debugger should stop on breakpoints in any .rs file located within the codebase.

!!! info

On some systems, the LLDB debugger will not attach unless [ptrace protection](https://linux-audit.com/protect-ptrace-processes-kernel-yama-ptrace_scope) is disabled.
To disable, run the following command:

```shell
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
```

> **Note**:
> On some systems, the LLDB debugger will not attach unless [ptrace protection](https://linux-audit.com/protect-ptrace-processes-kernel-yama-ptrace_scope) is disabled.
To disable, run the following command:
> ```shell
> echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
> ```
### Benchmarking
Expand Down

0 comments on commit 499f935

Please sign in to comment.