# 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.
```