PharoDays2022
# PharoDays2022
PharoDays2022
## Presentation baseline
In a Pharo10 image Playground, do this:
```Smalltalk
Metacello new
baseline: 'PharoDays2022';
repository: 'github://maxwills/PharoDays2022:main';
load.
```
## MethodProxies
The MethodProxies library:
https://github.com/pharo-contributions/MethodProxies
## Seeker
If you wish to use Seeker (Scriptable Time-Traveling Queryable Debugger) in your own Pharo images, all the information can be found in the project's repository:
https://github.com/maxwills/SeekerDebugger