Login  Register

Re: [Reflectivity] Progress for Breakpoints

Posted by roberto.minelli@usi.ch on May 26, 2015; 9:15am
URL: https://forum.world.st/Reflectivity-Progress-for-Breakpoints-tp4825234p4828577.html

Thanks a lot Marcus. Your work is really appreciated!

> On 26 May 2015, at 08:46, Marcus Denker <[hidden email]> wrote:
> Yes, I am aware that these mails are not understandable… I think they are more a trick
> for myself to do something tiny every day that moves the project forward.
>
> And it works: soon it will be in a state that it can be used for lots of interesting things.
>
> Demos I want to do
> -> statement level code coverage using MetaLinks
> -> Implementing a CLOS style MOP for ivar/global/message send
> -> Implement MethodWrappers using meta links

Can’t wait for this one! ( -> Implement MethodWrappers using meta links ) and many other applications. Keep us up to date!


> -> Plugin for nautilus to warn when looking at a method that is currently executed
>    (some red button that get red on call and slowly fades)
> -> Implement the test coverage in the test runner using meta links on methods
> -> Extend Breakpoints to general “watch” points.
> -> Logging: provide a framework so that we can easily add logging reflectively
>
> Marcus