Hi, I have embedded V8 into my C++ app. Now I am working on Javascript debug-ability for my app.
My users are using "Standalone V8 VM" debugger in Eclipse. Whenever they inspect an object that has getters defined, the values are shown as "undefined". But if they are show using the expression view directly, the value shows up correctly. What can I do to make the debugger automatically evaluate getters on the variable list in Eclipse? Would this be done by the debug agent in the V8 VM? ... or would this be done in the Eclipse plugin? Would I have to modify d8-debug.cc or modify d8.js? Thanks, Paul -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
