[Reflectivity] Method level breakpoints are back
Hi, 50 441 now has simple method level breakpoints that are implemented using Reflectivity MetaLinks. Like the old breakpoints on Pharo3 and earlier, there is a menu entry to add (or remove) a break. The method icon is that of a #halt for now for active breakpoints. Next: Merge with the AST level breakpoint model. Marcus
On 13 Nov 2015, at 09:27, marcus.denker@inria.fr wrote:
Hi,
50 441 now has simple method level breakpoints that are implemented using Reflectivity MetaLinks.
Like the old breakpoints on Pharo3 and earlier, there is a menu entry to add (or remove) a break. The method icon is that of a #halt for now for active breakpoints.
Next: Merge with the AST level breakpoint model.
This is done in 50443. Using the suggestions menu one can put breakpoints on any method. This is not much tested for now as it is not very usable without visual clues in the editor, which will be the next step. (one-shot and conditional breakpoints are not yet tested and there some things are still on the TODO wrt to the underlying metalling model (recursion stopping needs another pass). Marcus
On 13 Nov 2015, at 09:27, marcus.denker@inria.fr wrote:
Hi,
50 441 now has simple method level breakpoints that are implemented using Reflectivity MetaLinks.
Like the old breakpoints on Pharo3 and earlier, there is a menu entry to add (or remove) a break. The method icon is that of a #halt for now for active breakpoints.
I improved the Nautilus integration: the icon is now a button. If clicked, the breakpoint is removed. Marcus
participants (2)
-
Marcus Denker -
marcus.denker@inria.fr