aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/debugging.md
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-01-29 13:45:32 +0000
committerAleksey Kladov <[email protected]>2020-01-29 13:45:32 +0000
commit1065c2bf1db2aaf78286b1f9f3c13237baac155b (patch)
tree6ac553962eaba80e563cc05d0bbf6dd1095e6434 /docs/dev/debugging.md
parentd2fd252f9de23d5801b1ca10c067654bf7d6ef4f (diff)
Freshen dev docs a tiny bits
Diffstat (limited to 'docs/dev/debugging.md')
-rw-r--r--docs/dev/debugging.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dev/debugging.md b/docs/dev/debugging.md
index f868e6998..1ccf4dca2 100644
--- a/docs/dev/debugging.md
+++ b/docs/dev/debugging.md
@@ -1,5 +1,7 @@
1# Debugging vs Code plugin and the Language Server 1# Debugging vs Code plugin and the Language Server
2 2
3**NOTE:** the information here is mostly obsolete
4
3Install [LLDB](https://lldb.llvm.org/) and the [LLDB Extension](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb). 5Install [LLDB](https://lldb.llvm.org/) and the [LLDB Extension](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb).
4 6
5Checkout rust rust-analyzer and open it in vscode. 7Checkout rust rust-analyzer and open it in vscode.