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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/debugging.md b/docs/dev/debugging.md
index 0c8c5ec45..8f794d707 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
42 42
43 This enables ptrace on non-forked processes 43 This enables ptrace on non-forked processes
44 44
45- Enable debug symbols in `Cargo.toml`: 45- By default, the LSP server is built without debug information. To enable it, you'll need to change `Cargo.toml`:
46 ```toml 46 ```toml
47 [profile.dev] 47 [profile.dev]
48 debug = 2 48 debug = 2