mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Remove ptrace note
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
parent
bb9844e195
commit
5bf7e9a455
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ To apply changes to an already running debug process press <kbd>Ctrl+Shift+P</kb
|
||||||
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
|
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
|
||||||
```
|
```
|
||||||
|
|
||||||
This enables ptrace on non-forked processes
|
|
||||||
|
|
||||||
- By default, the LSP server is built without debug information. To enable it, you'll need to change `Cargo.toml`:
|
- By default, the LSP server is built without debug information. To enable it, you'll need to change `Cargo.toml`:
|
||||||
```toml
|
```toml
|
||||||
|
|
Loading…
Reference in a new issue