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
Post a Comment