Remove ptrace note

Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
Veetaha 2020-02-16 23:43:13 +02:00 committed by GitHub
parent bb9844e195
commit 5bf7e9a455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```
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`:
```toml