rodsenra / pode

Python Omniscient Debugger
48 stars 4 forks source link

Does not capture last assignment in script #1

Closed rodsenra closed 7 years ago

rodsenra commented 11 years ago

For the code : y = 1 z = y

the last assignment is not captured because our strategy is to capture the value of the variable in the next line.