diff options
author | Veetaha <[email protected]> | 2020-02-16 21:43:13 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-16 21:43:13 +0000 |
commit | 5bf7e9a4555bdb6b846cc7c103118d27381c52e4 (patch) | |
tree | 9d06abd0dd43318d85ba85bff678ec3e6ad35f4e /docs | |
parent | bb9844e1956b75e2bda0bf116391ff254ac32c0e (diff) |
Remove ptrace note
Co-Authored-By: Laurențiu Nicola <[email protected]>
Diffstat (limited to 'docs')
-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 8f794d707..ae1f39f8e 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 | |||
40 | echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope | 40 | echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope |
41 | ``` | 41 | ``` |
42 | 42 | ||
43 | This enables ptrace on non-forked processes | ||
44 | 43 | ||
45 | - By default, the LSP server is built without debug information. To enable it, you'll need to change `Cargo.toml`: | 44 | - By default, the LSP server is built without debug information. To enable it, you'll need to change `Cargo.toml`: |
46 | ```toml | 45 | ```toml |