vimpdbhook

A PDB hook for MacVIM
Download

vimpdbhook Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Stefan Eletzhofer
  • Publisher web site:
  • http://inquant.de

vimpdbhook Tags


vimpdbhook Description

A PDB hook for MacVIM Using the vimpdbhook package one can enable a hook in the Python PBD such that the current file is automagically opened in MacVIM and the line is highlighted.Usage: * install this package * put something like this in your ~/.pdbrc: # save this in .pdbrc in your home directory from vimpdbhook import preloop, precmd pdb.Pdb.preloop = preloop pdb.Pdb.precmd = precmd * make sure that you have also installed the mvim command line utility for firing up macVIM using the terminal. * Currently, I assume that you use "iTerm" and use a variant of mvim called vimpdb (that's my setup). Please see below.TweakingThe package uses the environment to fetch the name of the terminal app and the MacVIM launch scriptVIMPDBHOOK_MVIM_SCRIPT Set this to your mvim script. default: vimpdbVIMPDBHOOK_TERMINAL_APP Set this to the name of the terminal application. default: iTerm


vimpdbhook Related Software