• Guido van Rossum's avatar
    Sjoerd Mullender: · e85c93f5
    Guido van Rossum yazdı
    When you set a breakpoint on a function with a multi-line argument
    list, the breakpoint is actually set on the second line of the
    arguments instead of the first line of the body.  This patch fixes
    that.
    e85c93f5
pdb.py 24.3 KB