[Python-bugs-list] [ python-Bugs-738154 ] pdb doesn't find some source files

SourceForge.net noreply@sourceforge.net
Thu, 15 May 2003 02:53:07 -0700


Bugs item #738154, was opened at 2003-05-15 13:53
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=738154&group_id=5470

Category: Python Library
Group: Python 2.2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Dmitry Vasiliev (hdima)
Assigned to: Nobody/Anonymous (nobody)
Summary: pdb doesn't find some source files

Initial Comment:
In python 2.2.2 code object attribute co_filename
contains relative to sys.path path (in python 2.3 the
path is absolute), so pdb doesn't find some source
files (for example, in the site-packages directory).

The attached patch extends functionality of the
bdb.Bdb.canonic method up to searching source files in
sys.path.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=738154&group_id=5470