-
Notifications
You must be signed in to change notification settings - Fork 164
Home
Only Chrome-specific information is here. For general Moonlight information, see the Moonlight Wiki
To enable debugging of packed apps (like the release .crx for Moonlight), head over to chrome://flags
, and enable Debugging for packed apps
After restarting chrome, you should be able to right click -> inspect
in the moonlight app. It may be helpful to take moonlight out of fullscreen by clicking somewhere on the app and hitting esc
. The Javascript console will appear in the bottom pane, or as a tab along the top. Moonlight-Chrome writes all its log messages to this console.
To completely reset Moonlight-Chrome back to its initial state, open the Javascript console and enter the following line:
chrome.storage.sync.clear()
If you have trouble bringing up the Javascript console, see Reading the Chrome App Logs