Might be you are seeing a source maps bug? I have seen heard of issues with it on larger projects. I'm not sure if those are browser or emscripten problems, and we haven't had anyone working on our source maps support for a while I'm afraid.
On Wed, Nov 11, 2015 at 7:31 PM, Eden Zhao <[email protected]> wrote: > Sorry for explaining myself clearly, I mean, after use -g4 to compile the > C codes, I can get both .js and .js.map, but when debugging in the > browsers, I can see only part of the C codes are in the resources folder(5 > or 6), while the .js.map is with small file size, and open it I can also > see the same part of the c codes are in the "sources" list. > > it will be great if there is a way to correct this. > > On Thursday, November 12, 2015 at 5:25:46 AM UTC+8, Alon Zakai wrote: >> >> Sorry, I don't understand the question? >> >>> >>> >> -- > 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. > -- 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.
