DebuggerSelector

Details

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

Categories

IDE / Dev Tools

README excerpt

# 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.
← Back to results