Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 467 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 467 Bytes

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 API and contributed to the ability to add new command buttons to the debugger directly from the debugger.

Installation

Metacello new
    baseline: 'Spec2Debugger';
    repository: 'github://dupriezt/Spec2Debugger';
    load.