about summary refs log tree commit diff
path: root/docs/dev/debugging.md
diff options
context:
space:
mode:
authorVeetaha <gersoh3@gmail.com>2020-02-16 23:42:48 +0200
committerGitHub <noreply@github.com>2020-02-16 23:42:48 +0200
commitbb9844e1956b75e2bda0bf116391ff254ac32c0e (patch)
tree3d60823cda32b14da891c45934130c63f6d212a3 /docs/dev/debugging.md
parent70506978710e633cf1a064a4c27b37f4a260e5eb (diff)
downloadrust-bb9844e1956b75e2bda0bf116391ff254ac32c0e.tar.gz
rust-bb9844e1956b75e2bda0bf116391ff254ac32c0e.zip
Add more verbose description
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
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