pharo-spec / NewTools

All development tools for Pharo, developed with Spec
21 stars 53 forks source link

Skipping execution is broken when we step in bytecode and try to skip at the wrong position #55

Closed StevenCostiou closed 1 year ago

StevenCostiou commented 4 years ago

That may not be simple, as depending on the parent (e.g., assignment or message or...?) what we have to pop from the context and how much we should advance the pc is not obvious.

adri09070 commented 1 year ago

If I understand well, it has been fixed on Sindarin's side