MethodSpies

Description

Method Spies (intelligent breakpoints) for Dolphin Smalltalk

Details

Source
GitHub
Dialect
dolphin (25% confidence)
License
MIT
Stars
1
Forks
1
Created
July 21, 2018
Updated
Aug. 6, 2022

README excerpt

# Method Spies
Method Spies (intelligent breakpoints) for [Dolphin Smalltalk 7.1](https://github.com/dolphinsmalltalk/Dolphin)

## Getting Started
* Install [Dolphin Smalltalk 7.1](https://github.com/dolphinsmalltalk/Dolphin)

### Automated Installation
* Install [GitHub Package Manager](https://github.com/rko281/GitHub)
* Evaluate:
```
GitHubPackageManager install: 'rko281/MethodSpies'.
```

### Manual Installation
* This repository should be cloned/downloaded to your image directory
* Install Method Spies package

### Using Method Spies
* In method source editor use F9 to toggle a simple breakpoint or use the Method Spies context menu item to set/edit more advanced breakpoints (one-time breakpoint, conditional breakpoint etc.)
← Back to results