debugging - Javascript console window unavailable -


I can not use my Javascript console window on my Visual Studio 2012. I am able to see it during debugging under debug> Windows> Javascript console but it shows that it is unavailable. I am running Update 2 on my Microsoft Visual Studio Premium 2012 Edition 11.0.60315.01 64-bit PC. What is the problem here? : (

Perhaps you have set the debugger set type as "Native only" .

Open > "Project property" -> Debugging and "debugger type" and "script only"

/ Code> To be able to debug JavaScript.


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -