Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.
さーな edited this page Aug 2, 2023 · 1 revision

debug

TODO 工事中

  1. custom DAP adaptors on vimrc. all list is here
let g:vimspector_install_gadgets = [ 'debugpy', 'CodeLLDB', 'delve', 'vscode-js-debug' ]
  1. install gadget by vim command
:VimspectorInstall
  1. create .vimspector.json on project root
curl https://raw.githubusercontent.com/serna37/vim/master/.vimspector.json > .vimspector.json
  1. keymap is here

※ kind of Server hosting program cannot debug... only java can with request: attach ref

Clone this wiki locally