I've seen cases with short numeric message exceptions when I fail to update my .mem file.
On Monday, April 4, 2016 at 10:41:13 AM UTC-7, Alon Zakai wrote: > > Also, the thrown '5' should have a stack trace that you can view in the JS > console. Might be easiest in the debugger as Christopher suggested, but > depending on the browser, the stack trace should be available in the plain > console too. > > On Mon, Apr 4, 2016 at 10:39 AM, Alon Zakai <[email protected] > <javascript:>> wrote: > >> EMCC_DEBUG adds compiler logging. For more runtime logging and debugging, >> see >> http://kripken.github.io/emscripten-site/docs/porting/Debugging.html#debugging-compilation-settings >> >> >> On Sat, Apr 2, 2016 at 3:07 AM, thp069 via emscripten-discuss < >> [email protected] <javascript:>> wrote: >> >>> >>> Can I increase the verboseness of the output? (Probably "set EMCC_DEBUG=1" >>>> I see.) >>>> >>>> >>>> >>>> >>> I tested the compilation with the EMCC_DEBUG=1. Unfortunately the >>> console output does not show more than the "5". >>> >>> ~Tom >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "emscripten-discuss" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] >>> <javascript:>. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
