diff options
| author | Veetaha <gersoh3@gmail.com> | 2020-02-16 23:43:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-16 23:43:13 +0200 |
| commit | 5bf7e9a4555bdb6b846cc7c103118d27381c52e4 (patch) | |
| tree | 9d06abd0dd43318d85ba85bff678ec3e6ad35f4e /docs/dev/debugging.md | |
| parent | bb9844e1956b75e2bda0bf116391ff254ac32c0e (diff) | |
| download | rust-5bf7e9a4555bdb6b846cc7c103118d27381c52e4.tar.gz rust-5bf7e9a4555bdb6b846cc7c103118d27381c52e4.zip | |
Remove ptrace note
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
Diffstat (limited to 'docs/dev/debugging.md')
| -rw-r--r-- | docs/dev/debugging.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/dev/debugging.md b/docs/dev/debugging.md index 8f794d707bd..ae1f39f8e7d 100644 --- a/docs/dev/debugging.md +++ b/docs/dev/debugging.md @@ -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 |
