Sam Clegg

Results 1074 comments of Sam Clegg
trafficstars

I think the normal way that folks deal with this issue it to use path substitution and server the sources form localhost: https://developer.chrome.com/blog/wasm-debugging-2020. Embedding the all of the source files...

(Sorry, the wasm-debugging link I sent above was for DWARF debugging. It probably not relevant to source map debugging)

We don't currently have any way to enable `make_js_executable` explicitly. We have considered add one but it doesn't exist today. The only way that gets enabled today is for autoconf...

Actually I think we should leave it open since I would like to make this into an options somehow.

Another options I was considering is adding the `#!` line when the output file has no extension at all.

IIUC the way this is normally done on the web is to install a global exception handler on your page and report all unhandled exceptions that way. Exceptions thrown from...

So in addition to `onerror` + `onUnhandledRejection` you would like to know when one of your users catches and exception generated by your code? This sounds like a somewhat unusual...

So just to be clear, if I'm a user of your library, and your library crashes as part of my application, you want the crash report to go to your...

> So just to be clear, if I'm a user of your library, and your library crashes as part of my application, you want the crash report to go to...

It looks like `tools/ports/sdl2_image.py` need to be updated to have `-mt` variants, like `tools/ports/sdl2.py`.