]> granicus.if.org Git - python/commit
Show the traceback line numbers as well as the current line numbers if an exception...
authorGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 18:46:38 +0000 (18:46 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 18:46:38 +0000 (18:46 +0000)
commit0a9c3e91dc50ce22a48ff7364a6c297ffb91c19a
treecfbc1e378c95a70e7d07167ae0c985572a524ad4
parentcdf66a9a7c6fe761353058d6d8eb3695ac567722
Show the traceback line numbers as well as the current line numbers if an exception is being debugged.  Courtesy of pdb++ by Antonio Cuni.  Also document -> and >> markers for "list".
Doc/library/pdb.rst
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS