Reputation: 5341
How can I see error messages when running a Chrome packaged app? I've been running the app in the browser and using DevTools but this technique has it's limitations.
Upvotes: 0
Views: 40
Reputation: 3514
By opening
chrome://inspect/#apps
you may debug all Apps and Extensions.
You may also like the official Google Chrome Apps & Extensions Developer Tool
As described in the chrome developer Tutorial you can activate the developer mode within the settings. Afterwards an inspect popup
option is avaialbe when you right-click an app-icon.
Upvotes: 0
Reputation: 77541
If you need to inspect app windows, you can reach them at chrome://inspect/#apps
Or, as Daniel mentions, use the Developer Tool app.
Upvotes: 1