DebugClients/Python3/DebugBase.py

changeset 4563
881340f4bd0c
parent 4543
2e6a880670e9
child 4566
a2e8f3c420ec
equal deleted inserted replaced
4561:5bc6ed226471 4563:881340f4bd0c
477 if b.ignore > 0: 477 if b.ignore > 0:
478 b.ignore -= 1 478 b.ignore -= 1
479 continue 479 continue
480 else: 480 else:
481 return (b, True) 481 return (b, True)
482 except: 482 except Exception:
483 if b.special: 483 if b.special:
484 try: 484 try:
485 b.values[frame][0] = 0 485 b.values[frame][0] = 0
486 except KeyError: 486 except KeyError:
487 b.values[frame] = [0, None, b.ignore] 487 b.values[frame] = [0, None, b.ignore]

eric ide

mercurial