VimPdb Changelog

What's new in VimPdb 0.4.5

Apr 28, 2011
  • Fix highlighting of current line.

New in VimPdb 0.4.4 (Nov 29, 2010)

  • tests cleanup : get rid of helper class and functions.
  • code cleanup : improve imports style.
  • after c(ontinue), key mapping was broken (again).

New in VimPdb 0.4.3.2 (Nov 27, 2010)

  • fix Linux default values in documentation.
  • document PDBxx commands.
  • less noise on VIM command-line.
  • better highlighting of current line.

New in VimPdb 0.4.2 (Nov 26, 2010)

  • PDBEval (mapped to ? key) to ask for a Python expression to evaluate.
  • PDBClear (mapped to B key) to clear a previously set breakpoint.
  • open new tab only if there is already an opened file in VIM.
  • close vimpdb buffer when continue (c), reset (x) or quit (q).
  • launch VIM server also if another server is running.

New in VimPdb 0.4.1.2 (Nov 26, 2010)

  • polish documentation.

New in VimPdb 0.3.8 (Jun 17, 2010)

  • fix: some versions of VIM need explicite import even though most don't. (http://github.com/gotcha/vimpdb/issues/issue/5)

New in VimPdb 0.3.7 (May 21, 2010)

  • fix: could not go "down" after switching from pdb to vimpdb after having gone "up" (http://github.com/gotcha/vimpdb/issues/issue/4)

New in VimPdb 0.3.6 (Apr 17, 2010)

  • fix: "continue" command was broken after breakpoint has been set (http://github.com/gotcha/vimpdb/issues/issue/3)
  • fix: Key mappings were left broken after "continue" command. (http://github.com/gotcha/vimpdb/issues/issue/2)

New in VimPdb 0.3.5 (Mar 22, 2010)

  • better documentation, especially for Windows
  • fix capture of output that was broken for Python 2.5 and 2.6
  • Windows compatibility (at least XP)

New in VimPdb 0.3.4 (Mar 15, 2010)

  • Close socket to allow debugging session to start again.

New in VimPdb 0.3.2 (Mar 3, 2010)

  • more documentation

New in VimPdb 0.3.1 (Mar 2, 2010)

  • fix setup.py metadata so that it does not hold non ascii chars. This avoided actual release to PyPI