Indiana Kernick
Indiana Kernick

Reputation: 5341

Get error messages Chrome packaged app

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

Answers (2)

Daniel
Daniel

Reputation: 3514

General Chrome Debugging

By opening

chrome://inspect/#apps

you may debug all Apps and Extensions.

You may also like the official Google Chrome Apps & Extensions Developer Tool

Debugging Chrome Extensions

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

Xan
Xan

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

Related Questions