• Ken Manheimer's avatar
    Enhanced pdbtrack to provide for source code that's not findable by · e7aca521
    Ken Manheimer yazdı
    the reported path.  (Eg, precompiled scripts with a file path suitable
    for a different host, scripts actually running on a remote system or
    with no valid path, like Zope through-the-web python scripts.)
    
    On failing to find the code on the reported path, pdbtrack takes the
    function name and looks through the buffers, from most to least
    recent, seeking the first python-mode buffer that either is named for
    the function or has a definition (def or class) for that function.  So
    to get source tracking for code that's not located where the path
    indicates, you put a copy of the script in a buffer, and pdbtrack will
    find it.
    
    Also, fixed a small bug so pdbtrack now properly presents the overlay
    arrow when you run the pdb 'w'here command.
    e7aca521
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...