An open API service indexing awesome lists of open source software.

https://github.com/rko281/methodspies

Method Spies (intelligent breakpoints) for Dolphin Smalltalk
https://github.com/rko281/methodspies

Last synced: 2 months ago
JSON representation

Method Spies (intelligent breakpoints) for Dolphin Smalltalk

Awesome Lists containing this project

README

        

# 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.)