Skip to content

How to Capture the Console Log of DevTools

Yoichiro Tanaka edited this page Apr 7, 2015 · 1 revision

If you face some problem while you're using this application, feel free to report it as the issue. Of course, I intend to investigate its cause with full might. However, to find the cause, more information sometimes may be needed. That is, the Console Log is necessary to fix its problem.

This page describes how to capture the Console Log.

1. Open the Extension Page

Fill in the URL below in the address bar of the Chrome Web browser.

chrome://extensions

img1.png

2. Click the Background Context Link

Find this application from the extension page, then click the "background page" link.

img2.png

When its link clicked, the DevTools will be opened.

3. Capture the Console Log

Click the "Console" tab on the top menu.

img3.png

Capture the Console outouts as an image, or Copy them as a text.

img4.png

4. Report the problem as a new issue

Finally, register the problem as a new issue to the issue list page.