Setting TypeScript Breakpoints

preview_player
Показать описание
At some point, you are going to want to know how to set a breakpoint in a TypeScript file within Visual Studio. By using Visual Studio to debug TypeScript, you can much easier debug both client-side, and server-side code all from within the IDE.

Make sure you enable the integrated debugging of Chrome and IE, and here is how you do that.

Go to Tools, Options, Debugging, and then scroll down to Enable JavaScript debugging for ASP.Net and check this option.

Now, when using IE as your browser, you will be able to set breakpoints within a TypeScript file and step into your code, from within Visual Studio.
Рекомендации по теме
Комментарии
Автор

Is it working for vs 2015? Because there is no option setting to enable java script debugging for asp.net.

ravichandranaikanavre
welcome to shbcf.ru