Skip to content

Vim:Plugin:Pyclewn

A Vim front-end to the gdb and pdb debuggers. The debugger output is redirected to a Vim window, the console. The debugger commands are mapped to Vim user-defined commands, and with completion available on the commands and their first argument.

Required

Pyclewn은 Vim에 netbeans_intg기능이 포함되어야 한다.

또한 pdb-clone와 trollius를 설치해야 한다.

How to install

pip를 사용하여 아래와 같이 설치한다.

pip install pyclewn

정상적으로 설치된 후, pyclewn-2.0.1.vmb VIM 스크립트를 생성하기 위하여 아래와 같이 진행한다.

python -c "import clewn; clewn.get_vimball()"

마지막으로 VIM 플러그인 생성을 위해 아래와 같이 진행하면 된다.

vim -S pyclewn-2.0.1.vmb

VIM 런타임 경로에 아래 파일이 생성된 것을 확인한다.

  • autoload/pyclewn/start.vim: The pyclewn plugin.
  • plugin/pyclewn.vim
  • autoload/pyclewn/buffers.vim: Windows management functions.
  • doc/pyclewn.txt: The help.
  • syntax/clewn_variables.vim: The (clewn)_variables syntax file.
  • macros/.pyclewn_keys.gdb: The 'Cmapkeys' files.
  • macros/.pyclewn_keys.pdb
  • macros/.pyclewn_keys.simple

Favorite site