GtBreakpointSearch

Description

Some gtViews to quickly see code that has breakpoints in [Glamorous Toolkit](https://gtoolkit.com/)

Details

Source
GitHub
License
MIT
Created
June 22, 2021
Updated
Sept. 24, 2025

README excerpt

# GtBreakpointSearch

Some gtViews to quickly see code that has breakpoints in [Glamorous Toolkit](https://gtoolkit.com/).

# Installation

```Smalltalk
[ EpMonitor current
	disableDuring: [ Metacello new
			baseline: 'GtBreakpointSearch';
			repository: 'github://botwhytho/GtBreakpointSearch:main/src';
			load ] ] asAsyncPromiseWithUserBackgroundPriority
```

To depend on this package add this to your baseline:

```Smalltalk
spec baseline: 'GtBreakpointSearch' with: [spec repository: 'github://botwhytho/GtBreakpointSearch:main/src']
```

# Usage

The `AllBreakpoints` class has a view that shows all packages with breakpoints. Packages and classes also have views that show the methods with breakpoints (if any).
← Back to results