Hello!
I am super proud and happy to announce the first release of SmartBreakpoints 🙂
Features:
– One-shot AST based breakpoints
– Persistent breakpoints
– Integration to SmartSuggestions menu (check out the previous post)
– halts only at base level (for now this is by default, later on it would be nice to have the ability to break in system methods as well).
– Works in Pharo 4.0 (with posibility of being backported to 3.0 eventually)
This is an experimental feature: finally I succeeded on being able to insert breakpoints everywhere (even in system methods) but it is not thoroughly tested. So, now it would be nice if you could use it, test it and let me know if it breaks, and where (it’s likely to break somewhere, but I cannot prevent all possible use cases) 🙂
So, how do you get it? Run this Script:
Gofer it smalltalkhubUser: 'ClaraAllende' project: 'SmartBreakpoints'; configurationOf: 'SmartBreakpoints'; loadStable .