I would like to see the values in my C++ variables while stepping through 
the code in the Firefox or Chrome debugger.  However, whenever I add a 
variable to Watch, it comes up as undefined or unknown (depending on the 
browser).  It's also strange that when I step over a simple line like this:

x += 0.1;

I have to click step over 20 times to move past this line.  Is this because 
there are 20 assembly steps to execute this line?  Or is it for some other 
reason?

-- 
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.

Reply via email to