문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top