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
- Host: GitHub
- URL: https://github.com/rko281/methodspies
- Owner: rko281
- License: mit
- Created: 2018-07-21T09:51:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T10:39:02.000Z (almost 3 years ago)
- Last Synced: 2025-02-11T12:21:15.554Z (4 months ago)
- Language: Smalltalk
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.)