Thanks for all the progress in VM

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Thanks for all the progress in VM

Mariano Martinez Peck
I am happy. I just wanted to thanks Igor, Esteban, Eliot, David, INRIA, and anyone involved with the progress in VM side.

Today, in less than 1 hour, I could modify the method lookup to add support for proxies, compiled the stack vm and run it. Of course, it was not working, so I needed to debug. But I like debugging with XCode, not gdb directly. So, what I did?  cmake -G Xcode   (Esteban suggestion).
and I was debugging with XCode.

Summary: I could do all that in 1 hour. Thanks a lot.

Mariano
Reply | Threaded
Open this post in threaded view
|

Re: Thanks for all the progress in VM

Stéphane Ducasse
I'm happy :)

On Mar 16, 2011, at 4:04 PM, Mariano Martinez Peck wrote:

> I am happy. I just wanted to thanks Igor, Esteban, Eliot, David, INRIA, and anyone involved with the progress in VM side.
>
> Today, in less than 1 hour, I could modify the method lookup to add support for proxies, compiled the stack vm and run it. Of course, it was not working, so I needed to debug. But I like debugging with XCode, not gdb directly. So, what I did?  cmake -G Xcode   (Esteban suggestion).
> and I was debugging with XCode.
>
> Summary: I could do all that in 1 hour. Thanks a lot.
>
> Mariano