[v8-users] Can I swap out the scope of a function with the Debugger?

2016-11-29 Thread Francisco Tolmasky
So, I have a listener with expose-debug-as:

var scope = exec_state.frame(0).scope(0);

I would like to be able to swap out the entire scope object wholesale 
instead of individual changes such as:

scope.setVariableValue("x", 20);

So, something like:

scope.scopeObject(myNewScopeObject).

Is this possible at all?

Thanks,

Francisco


-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [v8-users] Building v8 with Visual Studio 2015 on Windows 10

2016-11-29 Thread 'Michael Achenbach' via v8-users
I don't know if the --ide option can be used for building V8. We don't 
officially support it. The stackoverflow link you provided contains also 
the answer we officially support:
http://stackoverflow.com/a/39550343

Could you try building with ninja and see if it works for you?

Of course, if you or anybody makes building with msbuild work, feel free to 
post it here.

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.