Internal Debugger Question

Lothar Scholz llothar at web.de
Fri Sep 12 10:04:23 EDT 2003


Hello,

i'm currently writing a debugger for python and found that some
modules store an absolute file path in "co_filename" of there
methods/functions and some store a relative file path. Because the
relative file path can never be expanded to an absolute file path
later (the sys.path may have changed) it is impossible to find the
source code location.

Is there anything i have missed or is this simply a bug. I would
highly recommend to fix this bug !




More information about the Python-list mailing list