Reputation: 1110
I have 2 questions about the same thing please ;)
I am developing an extension for Code and I need to see the Chrime console. Therefore:
How can I pull up Chrome Console to see the Console messages coming from my extension
How can I pull up a Chrome Console for the HTML content that I and displaying in my extension via DocumentProvider?
The question 2 is there as I happened to visualize the Console after some exception but I could not access the HTML and JS content of the extension generated page.
Upvotes: 4
Views: 6957