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 0c8c5ec4549..8f794d707bd 100644
--- a/docs/dev/debugging.md
+++ b/docs/dev/debugging.md
@@ -42,7 +42,7 @@ To apply changes to an already running debug process press <kbd>Ctrl+Shift+P</kb
 
   This enables ptrace on non-forked processes
 
-- Enable debug symbols in `Cargo.toml`:
+- By default, the LSP server is built without debug information. To enable it, you'll need to change `Cargo.toml`:
   ```toml
     [profile.dev]
     debug = 2