Robert Kern writes:
> R. Bernstein wrote:
>> Does linecache work with source in Python eggs? If not, is it
>> contemplated that this is going to be fixed or is there something else
>> like linecache that currently works?
>
> linecache works with eggs and other zipped Python source, but it had
> t
On Sat, Dec 20, 2008 at 7:18 PM, R. Bernstein wrote:
> Does linecache work with source in Python eggs? If not, is it
> contemplated that this is going to be fixed or is there something else
> like linecache that currently works?
I believe it already does. FYI, eggs are just zip files with a certa
R. Bernstein wrote:
Does linecache work with source in Python eggs? If not, is it
contemplated that this is going to be fixed or is there something else
like linecache that currently works?
linecache works with eggs and other zipped Python source, but it had to extend
the API in order to do so
Does linecache work with source in Python eggs? If not, is it
contemplated that this is going to be fixed or is there something else
like linecache that currently works?
Right now, I think pdb and pydb (and probably other debuggers) are
broken when they try to trace into code that is part of an eg