• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

HTML5 HTML5 Debugging

FrostyCat

Redemption Seeker
The parts pertaining to the runner are obscured, the parts corresponding to your own code aren't.

Use the F12 developer tools in your browser to put breakpoints in the main JS file (the correspondences between your code and the generated JS equivalent are marked out using comments), then you can see the values at that point in time when the breakpoints are reached.
 
The parts pertaining to the runner are obscured, the parts corresponding to your own code aren't.

Use the F12 developer tools in your browser to put breakpoints in the main JS file (the correspondences between your code and the generated JS equivalent are marked out using comments), then you can see the values at that point in time when the breakpoints are reached.
Have you been able to test it in GMS2?

Might be a bug mines definitely obscuring all the code, all comments everything gone.

The old html5 output console doesn't even pop up though I'm not sure if that's been removed in S2 so that might be normal.

I'll try create a virgin project, see if that works
 
Top