On Tue, Mar 4, 2014 at 6:12 PM, Mark Callow <[email protected]>wrote:
> Can you step through the code? > Can you step through the code? Yes, I have no problem. You might be confused by the way the code uses switch (case) statements. In many functions each C statement is one case and it loops back to the switch over and over. At the end of each C statement (case) you see something like `label = 5; continue;'. The good news is that each JS line has the file name and line number of the C source. -- 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/groups/opt_out.
