fixed 'Add to Watches' (PY-2267) and 'Set Value' on dictionary (PY-2267)

This commit is contained in:
Dmitry Trofimov
2010-11-15 19:32:34 +03:00
parent d05eadba77
commit b1cbc7f979
3 changed files with 38 additions and 17 deletions

View File

@@ -1045,8 +1045,6 @@ def usage(doExit=0):
if doExit:
sys.exit(0)
def SetTraceForParents(frame, dispatch_func):
frame = frame.f_back
while frame: