Search code examples
debuggingvisual-studio-2012windows-8windows-store-appswinjs

Javascript console window unavailable


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? :(


Solution

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