mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Add more verbose description
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
parent
7050697871
commit
bb9844e195
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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
|
```toml
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
debug = 2
|
debug = 2
|
||||||
|
|
Loading…
Reference in a new issue