spex5
spex5

Reputation: 1289

Visual Studio Community 2015 JavaScript Console grayed out

I simply have an empty web project with 1 html file, 1 css file, and 1 JavaScript file. I saw a tutorial where the guy was debugging in VS in a JavaScript console window... like you see in most browser's dev tools.

I F5 to debug my project and go to Debug > Windows > JavaScript Console .. and it is grayed out. Do I have to set something up first or am I missing a component?

Upvotes: 1

Views: 2013

Answers (1)

spex5
spex5

Reputation: 1289

I just realized that the JavaScript console option is only available when I am debugging using Internet Explorer. I was using Chrome. I guess that makes sense.

Upvotes: 3

Related Questions