Frage

I can't use my Javascript console window on my Visual Studio 2012. I am able to view it while debugging under Debug > Windows > Javascript Console but it tells me it is unavailable. I am running my Microsoft Visual Studion Premium 2012 Version 11.0.60315.01 Update 2 on a 64-bit PC. What seems to be the problem here? :(

War es hilfreich?

Lösung

You probably have you debugger set type to "Native Only".

You shohuld open "project properties" -> Debugging and set "Debugger Type" to "Script Only" to be able to debug Javascript.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top