I would have one more beginner question. If I have an uncaught exception all I can get with "-s DISABLE_EXCEPTION_CATCHING=0 -EXCEPTION_DEBUG=0" is the pointer address, type and destructor like this:
Compiled code throwing an exception, 9614784,133720,162 uncaught exception: 9614784 which is not telling me much. In this case I end up adding the console calls in source files trying to find the problem... Till now I managed to solve the bugs, but what would be the better solution for future here? Thank you for you help! -- 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.
