Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 221 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 221 Bytes

BreakpointNavigator

A tool to navigate and control breakpoints in Pharo.

Metacello new
    baseline: 'BreakpointNavigator';
    repository: 'github://StevenCostiou/BreakpointNavigator:main';
    load.