about summary refs log tree commit diff
path: root/docs/dev/debugging.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/debugging.md')
-rw-r--r--docs/dev/debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/debugging.md b/docs/dev/debugging.md
index c8b4669316c..6db3645f7c0 100644
--- a/docs/dev/debugging.md
+++ b/docs/dev/debugging.md
@@ -34,7 +34,7 @@ To apply changes to an already running debug process press <kbd>Ctrl+Shift+P</kb
 
 ## Debug Rust LSP server
 
-- To attach to the `lsp server` in linux you'll have to run:
+- When attaching a debugger to an already running `rust-analyzer` server on Linux you might need to enable `ptrace` for unrelated processes by running:
 
   ```
   echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope