MicrosoftDX / Vorlonjs

A new, open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io
http://www.vorlonjs.com
Other
2.92k stars 259 forks source link

Problems with Vorlon console #418

Open warpdesign opened 7 years ago

warpdesign commented 7 years ago

I am trying to debug an HTML5 game on an Xbox One using Vorlon JS.

Everything works properly but when trying to inspect some JavaScript objects using the Vorlon console, it just returns nothing.

For example, typing navigator.getGamepads() returns nothing at all, not even an error.

It seems that after typing this, the console won't react to input.