LinqLover / SimulationStudio

A growing suite of applications and tools using code simulation in Squeak/Smalltalk
9 stars 1 forks source link

Infinite recursions when stepping over erroneous code in Sandbox #10

Closed LinqLover closed 3 years ago

LinqLover commented 3 years ago

Reproducibly via evaluating the following and then pressing the Over button:

Sandbox debug: [FileDirectory default fileExists: nil]

image

For some reason, #runUntilErrorOrReturnFrom: does not stop when it should.