- Joined
- Dec 31, 2013
- Messages
- 13
- Reaction score
- 3
- First Language
- French
- Primarily Uses
Hi,
i'm really a newbie when it comes to javascript and web development. I know how to code in other languages though. I was trying to learn how things work in RMMV games by using the debugger in Chrome.
It seems that when i view globals in Chrome’s debugger, it breaks something.
Here are the steps to trigger the problem.
I’d like to know if it’s the same on other people’s machines. Is this some problem with Chrome or is it something i did wrong in RMMV or elsewhere ?
I spent some hours on google trying to figure out some of this by myself but i have failed so far.
Thanks!

i'm really a newbie when it comes to javascript and web development. I know how to code in other languages though. I was trying to learn how things work in RMMV games by using the debugger in Chrome.
It seems that when i view globals in Chrome’s debugger, it breaks something.
Here are the steps to trigger the problem.
- Publish game in HTML to my local development web server.
- Open it from Chrome. I open it from my local webserver (https://devd.io:8000)
- Create a new game, which puts my player in a simple map.
- Press F12 key to open Chrome debugger
- Everything looks fine and works fine at this point
- Pause script execution
- If i simply resume, all is well.
- If i open up “Global” in the “Scope” pane, it triggers these error messages :
- (WEB_PAGE context) Lazy require of app.binding did not set the binding field
- devd.io/:1 (WEB_PAGE context) Lazy require of webstore.binding did not set the binding field
- devd.io/:1 (WEB_PAGE context) Lazy require of runtime.binding did not set the binding field
- Any attempt to resume ends with even more errors. You can see errors in the screenshot.
I’d like to know if it’s the same on other people’s machines. Is this some problem with Chrome or is it something i did wrong in RMMV or elsewhere ?
I spent some hours on google trying to figure out some of this by myself but i have failed so far.
Thanks!



