Rust、RR、Neovim: 最も魅力的なデバッグの組み合わせ
This is a helper tool to record the execution of a Rust test with rr, and replay it using termdebug. For more information, check :h termdebug. Requirements Minimum version of neovim: 0.9.0 https://github.com/nvim-treesitter/nvim-treesitter https://rr-project.org/ https://www.rust-lang.org/ https://stedolan.github.io/jq https://www.linux.org/ packadd termdebug Installation Plug ‘vlopes11/rrust.nvim’ Usage Position your cursor on a Rust test, and run: :lua require(‘rrust’).RustRRTestRecord() It…