html5 games debugging , using chrome's debugger?

Is it possible to see the variables and other information that is visible in the native game engine debugger that way?

Superpowers is using chrome’s debugger, I think. That is clever
docs.sparklinlabs.com/en/debugging-your-game

It is possible in Firefox with the built-in debugger, I’m testing it now. Just have to add a breakpoint in some event that is launched every frame (in the generated code) to get a per-frame debug information :smiley:
Surely you can do it with Chrome (with or without a debug extension), did you try somethig or are you waiting some confirmation that you’ll find or not a way? :slight_smile:

As a side note, I warn you that the debug info will be not as nice it’s in the native debugger, you’ll get objects with all the “private” variables, take a look: