ExecutionStepperComparator

Details

Source
GitHub
Dialect
pharo (40% confidence)
Created
Aug. 7, 2019
Updated
April 15, 2020
Topics
pharo

README excerpt

# ExecutionStepperComparator



## Installation
The following will also load https://github.com/dupriezt/DebuggableASTInterpreter which only works on **Pharo7** for now.

```Smalltalk
Metacello new
    baseline: 'ExecutionStepperComparator';
    repository: 'github://dupriezt/ExecutionStepperComparator';
    load.
```
← Back to results