Method Spies (intelligent breakpoints) for Dolphin Smalltalk
# 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.)