README excerpt
# For participants: how to launch the experiment
1. Download the experimental images following the url that has been privately transmitted to you, and unzip the archive
2. Open the Pharo Launcher (dowload it if necessary )
3. Click on *Launch from disk* and select *the image folder* that you unzipped

4. Use the library menu of the menu bar to launch the task manager

5. Click _Load Experience_ then select _VariableBreakpointExperiment_
6. The tasks are now displayed and you can select the first one and click "start"

# For developers only:
```Smalltalk
Metacello new
baseline: 'PharoVariableBreakpointExperiment';
repository: 'github://StevenCostiou/PharoVariableBreakpointExperiment:main';
load.
```