If I try to run debugger mode with preview set to node-webkit I get this:
[quote:1slnylqq]
Uncaught node.js Error
TypeError: Cannot read property 'Window' of undefined
at Acts.RequestFullScreen (http://localhost:50000/Browser_plugin.js:422:20)
at Action.run_object (http://localhost:50000/eveng.js:1843:10)
at EventBlock.run_actions_and_subevents (http://localhost:50000/eveng.js:929:38)
at EventBlock.run (http://localhost:50000/eveng.js:886:9)
at Runtime.executeSingleTrigger (http://localhost:50000/preview.js:4196:10)
at Runtime.triggerOnSheetForTypeName (http://localhost:50000/preview.js:4115:16)
at Runtime.triggerOnSheet (http://localhost:50000/preview.js:4042:13)
at Runtime.trigger (http://localhost:50000/preview.js:4024:12)
at Layout.startRunning (http://localhost:50000/layout.js:373:16)
at Runtime.go_loading_finished (http://localhost:50000/preview.js:1645:36)
The debugger isn't supposed to be run in fullscreen or...?
Develop games in your browser. Powerful, performant & highly capable.
I dont think its possible. What i do is just make sure during developement that you dont have any important Things at the bottom. And then just move it when your ready to test in full screen.