aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/debugging.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/debugging.md')
-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