tomitrescak
tomitrescak

Reputation: 1110

How to pull up Chrome Console in Visual Studio Code

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:

  1. How can I pull up Chrome Console to see the Console messages coming from my extension

  2. 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

Answers (1)

Mike Lischke
Mike Lischke

Reputation: 53337

See Help -> Toggle Developer Tools.

Upvotes: 9

Related Questions