Hi everyone, I created an initial design proposal for debug evaluate <https://docs.google.com/document/d/1jnP3X7P1mmt5QU7CMV4tCcRDo45rY_dRgybibA0MIR0>, outlining the two options I see for integrating a (possibly LLDB-based) C++ language component and DevTools for evaluating C++ debug expressions in the context of a wasm call frame. The core problems that need to be solved are a) evaluating variables appearing in the expression and b) calling functions. Both of those must happen in the wasm execution context. The proposal discusses two options to approach that, with opposing expected costs in terms of implementation effort and architectural cleanliness.
Please take a look and let me know what you think! Regards, Philip -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/CANncsurNrrd4sz-7MS6Adz3ZiYdurSV_KZmeSF9XxOmv0dC70w%40mail.gmail.com.
