Spec2Debugger

Description

A debugger in Spec2 for the Pharo Language. Credits go to @scostiou for most of the work.

Details

Source
GitHub
Dialect
pharo (65% confidence)
Stars
3
Created
Aug. 26, 2019
Updated
April 15, 2020
Topics
pharo

Categories

UI / Graphics IDE / Dev Tools System / OS

README excerpt

# Spec2Debugger
A debugger in Spec2 for the Pharo Language. Credits go to @scostiou for most of the work on the debugger itself. I added the integration with the [Sindarin](https://github.com/dupriezt/ScriptableDebugger) API and contributed to the ability to add new command buttons to the debugger directly from the debugger.

## Installation
```Smalltalk
Metacello new
    baseline: 'Spec2Debugger';
    repository: 'github://dupriezt/Spec2Debugger';
    load.
```
← Back to results