# DebuggerSelector
This repository contains the code of [this pull request to pharo](https://github.com/pharo-project/pharo/pull/5172).
This way it can be loaded and used, until the pull-request gets integrated.
## Installation
Execute in an image:
```Smalltalk
Metacello new
baseline: 'DebuggerSelector';
repository: 'github://dupriezt/DebuggerSelector';
load.
```
Answer "Load" to any conflict window.