aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-02-16 21:43:13 +0000
committerGitHub <[email protected]>2020-02-16 21:43:13 +0000
commit5bf7e9a4555bdb6b846cc7c103118d27381c52e4 (patch)
tree9d06abd0dd43318d85ba85bff678ec3e6ad35f4e
parentbb9844e1956b75e2bda0bf116391ff254ac32c0e (diff)
Remove ptrace note
Co-Authored-By: LaurenČ›iu Nicola <[email protected]>
-rw-r--r--docs/dev/debugging.md1
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