Fixed!

Thanks for the feedback (and for spotting my bugs ^^)


2014-07-22 15:28 GMT+02:00 Clara Allende <clari.allende@gmail.com>:
Wow :O
Ok, I will investigate it.��


2014-07-22 15:23 GMT+02:00 Nicolai Hess <nicolaihess@web.de>:

Yes, this works now.


But I just found out, that a methods version list is empty after adding a break point.
Just go to�� a method (for example FileList>>initialize). Show the version of this methdo.
Add a break point.
Now the version list is empty.



2014-07-22 14:53 GMT+02:00 Clara Allende <clari.allende@gmail.com>:

Ok, same that I did :)��

So I've spotted this one: I was using an old version of Spec-Debugger, which uses a deprecated method.
Can you try again now? I've just commited the fix and updated the configuration.

Thanks again :D


2014-07-22 14:40 GMT+02:00 Nicolai Hess <nicolaihess@web.de>:

No real use case, I just read your blog entry, installed your package and�� choosed a random method and add a breakpoint :)






2014-07-22 14:32 GMT+02:00 Clara Allende <clari.allende@gmail.com>:

I have downloaded a new fresh image (40114) and I get a deprecation warning. So I will check it out, but could you tell me your use case as well (maybe send me an email so we don't spam the list)?

Thanks!


2014-07-22 14:23 GMT+02:00 Clara Allende <clari.allende@gmail.com>:

Weird, I tried loading it in 40111 and it was working.��
Was it a fresh image?��


2014-07-22 14:16 GMT+02:00 Nicolai Hess <nicolaihess@web.de>:

The current version from
Gofer it
��������smalltalkhubUser: 'ClaraAllende' project: 'SmartBreakpoints';
��������configurationOf: 'SmartBreakpoints';
��������loadStable .

raises some deprecation warnings and missing classOrMetaClass selector with pharo 40111
can you put a link on your blog for a working pharo 4.0 image?




2014-07-22 14:05 GMT+02:00 Marcus Denker <marcus.denker@inria.fr>:


On 22 Jul 2014, at 13:57, stepharo <stepharo@free.fr> wrote:


On 22/7/14 10:41, Clara Allende wrote:
Hi guys!��
Finally the metaLink-based breakpoints are "ready". I have made some explanations on my��blog, but basically now you have the option "break here" in SmartSuggestions menu.
So it's still experimental, and even though I have some tests, it would be nice if you can test it, because I can't cover all possible use cases :)��
And any feedback is most appreciated!��

Specially, since eventually we will have several kinds of breakpoints, I would like to ask in which way would you like to choose them (a pop menu? a sublist?)

Thanks in advance!

PS: The script for downloading the code is in the blog post :P
PS2: After talking with Anne and Baptiste, things that are not there yet but I want to have:��
* a highlight on the method/messageSend where the breakpoint is inserted
* expose persistent breakpoints (it is there but the default is to halt once)
* line breakpoints (not sure when, for now the breakpoints are AST based)
* integration with TextEditor, once it is done ;)

Can you grab igor and sit with him to get this point?
Another idea would be to use the editor in Moose (Rubrik?).
Better a solution now than to wait forever for perfection���

Marcus