The question is how can I pause debugger inside the JS code of
emscripten_webgl_create_context? I don't necessarily need to pass every
step of the way, just to pause in emscripten_webgl_do_create_context or
__findCanvasEventTarget.
On Fri, 20 Sep 2019 at 19:39, Alon Zakai wrote:
> Not sure I und
Not sure I understood the question here (stepping into a function that
isn't emitted?). But in general, building with -g (instead of -g0) might
help debugging.
On Thu, Sep 19, 2019 at 3:55 AM שחר לנגבהיים wrote:
> Hi,
> I'm trying to debug an issue I have, where emscripten_webgl_create_cont