[squeak-dev] Using V8 for other languages

Avi Bryant avi at dabbledb.com
Wed Sep 3 17:37:06 UTC 2008


On Wed, Sep 3, 2008 at 10:31 AM, Alejandro F. Reimondo
<aleReimondo at smalltalking.net> wrote:

> Any reference to a good debugger for Javascript will be appreciated.
> Are the reflexive capabilities of the V8 platform enough to build
>  a smalltalk-like debugger? (e.g. reflexion and change of the
>  running stack w/change of object shape & behavior during debuggin)

It seems to use mirrors for reflection - and there is a FrameMirror
which provides introspection to stack frames.  But whether you can
modify the stack, I'm not sure.

Avi



More information about the Squeak-dev mailing list