diff options
author | Veetaha <[email protected]> | 2020-02-16 21:42:48 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-16 21:42:48 +0000 |
commit | bb9844e1956b75e2bda0bf116391ff254ac32c0e (patch) | |
tree | 3d60823cda32b14da891c45934130c63f6d212a3 /docs/dev | |
parent | 70506978710e633cf1a064a4c27b37f4a260e5eb (diff) |
Add more verbose description
Co-Authored-By: Laurențiu Nicola <[email protected]>
Diffstat (limited to 'docs/dev')
-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 |