#CuisSmalltalk​'s Breakpoint-Manager is broken. Should we
Remove it
66.7%
Keep it anyway
0%
Replace it with Breakpoint-Package (to be written)
33.3%
Poll ended at .
@Haver in what way?
Maybe the WrappedBreakpoint is of help for you? https://netshed.de/c/index.php/s/px8PtZsCoBYCemL
WrappedBreakpoint.st

Nextcloud - a safe home for all your data

Nextcloud
@krono That's a file-out from Squeak, isn't it? Anyway that's a cool idea!
@Haver Yes it is, but's rather tiny. It was inspiried by OBBreakpoint that had been used in the OmniBrowser Framework.
The cool thing is, its just 12 methods and does not need an external manager to keep track of state or recomplie. It makes use of `run:with:in:`/`doesNotUnderstand:` tho, and comes with their usual caveats.

@krono Did my own file-out and ported it to a #Haver module. Works like charm.

Thanks again for the pointer!

#HaverSmalltalk