about summary refs log tree commit diff
path: root/docs/dev/debugging.md
AgeCommit message (Collapse)AuthorLines
2021-06-20add note about passing cfg(debug_assertions)rezural-0/+5
add note about passing cfg(debug_assertions) to rustc on build. The server will not spin without this arcane hack
2021-02-05Do not overwrite lock filekjeremy-1/+1
Use `npm ci` instead of `npm install`. `npm install` will overwrite the lock file if you have a newer npm version than the one that generated the package-lock.json
2021-01-25Add RA_WAIT_DBG and docsvsrs-0/+8
2020-10-22Update debugging.mdAdrian Stanciu-1/+1
2020-05-21Fix names of launch configuration in dev docsYuki Kodama-3/+3
2020-05-03Update debugging.mdKENTARO OKUDA-4/+4
2020-02-18Rename the binary to rust-analyzerAleksey Kladov-8/+8
2020-02-16docs: Fix grammar mistakesVeetaha-4/+4
2020-02-16Fix typoVeetaha-1/+1
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
2020-02-16Remove ptrace noteVeetaha-1/+0
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
2020-02-16Add more verbose descriptionVeetaha-1/+1
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
2020-02-16Add the articleVeetaha-1/+1
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
2020-02-16Reworded abitVeetaha-1/+1
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
2020-02-16Add an articleVeetaha-1/+1
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
2020-02-16Migrate from 'npm i' to 'npm install'Veetaha-1/+1
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
2020-02-16Make Rust Great AgainVeetaha-1/+1
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
2020-02-16Apply better wording as per lnicolaVeetaha-1/+1
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
2020-02-16Add the articleVeetaha-1/+1
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
2020-02-16docs: fix typoVeetaha-1/+1
2020-02-16docs: update debugging.md with the freshest VSCode debugging informationVeetaha-18/+43
2020-02-16docs: remove obsolescence notice in debugging.mdVeetaha-2/+0
2020-01-29Freshen dev docs a tiny bitsAleksey Kladov-0/+2
2019-03-20explain how to launch the thingAleksey Kladov-0/+62