mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-12 23:13:15 +00:00
Merge #9347
9347: add note about passing cfg(debug_assertions) r=matklad a=rezural add note about passing cfg(debug_assertions) to rustc on build. The server will not spin on start without this arcane hack Co-authored-by: rezural <69941255+rezural@users.noreply.github.com>
This commit is contained in:
commit
f26dcb25f7
@ -65,6 +65,11 @@ If you need to debug the server from the very beginning, including its initializ
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
However for this to work, you will need to enable debug_assertions in your build
|
||||||
|
```rust
|
||||||
|
RUSTFLAGS='--cfg debug_assertions' cargo build --release
|
||||||
|
```
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
- [Debugging TypeScript VScode extension](https://www.youtube.com/watch?v=T-hvpK6s4wM).
|
- [Debugging TypeScript VScode extension](https://www.youtube.com/watch?v=T-hvpK6s4wM).
|
||||||
|
Loading…
Reference in New Issue
Block a user