diff options
-rw-r--r-- | docs/dev/debugging.md | 2 |
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 |