vim上でpythonコードをデバッグする

| | Comments (0) | TrackBacks (0)
社内ではemacs派に押され気味のvim派ですが・・・

vimだってできるもんっ!ということで

先日の記事 emacs上でpythonコードをデバッグする に対抗してvim版をご紹介します。

.vimrc に下記を追加します。
nmap <F5> :!/usr/bin/python %<CR>
nmap <F12> :!/usr/lib/python2.4/pdb.py %<CR>

あとは、vimでpythonプログラムを開いているとき、
<F5キ>ーを押すとコンパイル、<F12>キーを押すとpdbでデバッグできます。

「/usr/bin/python」や「/usr/lib/python2.4/pdb.py」の部分のを変えると
pythonだけでなく他の言語でもコンパイルやデバッグできます。

以上です。

0 TrackBacks

Listed below are links to blogs that reference this entry: vim上でpythonコードをデバッグする.

TrackBack URL for this entry: https://lab.hde.co.jp/blog/mt-tb.cgi/93

Leave a comment

About this Entry

This page contains a single entry by junichi shinohara published on February 12, 2009 10:49 AM.

Pythonでhtpasswd実装のメモを残してみる was the previous entry in this blog.

64bitか否か is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.