pyclewn version: 1.6.py2
tracker id: 3336958
mercurial changeset: cc7453c0d254


Description:

    When debugging with pdb and stepping into an empty module such as
    an empty __init__.py, pyclewn raises the exception: ``ValueError:
    "lnum" must be strictly positive: 0``.


Solution:

    When pdb returns a line number with a value of '0', map this value
    to '1', as line numbers start at '1' in Vim.

    ``'0' line number`` is a python bug and it is fixed in Python 3.


File:

    ``python2`` branch: pydb.py

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Pyclewn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyclewn-general

Reply via email to