VimPdb

VimPdb is an integrated Python debugging system within Vim.
Download

VimPdb Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Yaron Budowski
  • Publisher web site:
  • http://code.google.com/p/vimpdb/

VimPdb Tags


VimPdb Description

VimPdb is an integrated Python debugging system within Vim. VimPdb is an integrated Python debugging system within Vim. If you answer with 'yes' to the following questions:· Tired of debugging Python using print statements?· Don't like the cumbersome PDB (Python debugger) console?· Prefer using Vim for coding your Python programs?then VimPdb is the solution - allows debugging Python in an IDE-fashion, right within the Vim editor.Here are some key features of "VimPdb":· Highlighting of currently debugged line and breakpoint lines.· F5 - Run/continue running.· F2 - Toggle breakpoint at current line· Ctrl-F2 / Shift-F2 - Toggle conditional/temporary breakpoint.· F7 / F8 - Step into/over· F12 - Print stack trace· F3 / Ctrl-F3 - Eval/Exec a given statement (in the current debugging context)· Save/load breakpoints into session files.· Cross-platformRequirements:· Vim· PythonINSTALLATION:Just drop vimpdb.py and vimpdb.vim into your Vim plugin directory, and you're all set to go.


VimPdb Related Software