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.
On this page of the site you can watch the video online Setting TypeScript Breakpoints with a duration of hours minute second in good quality, which was uploaded by the user David Donovan 24 August 2017, share the link with friends and acquaintances, this video has already been watched 448 times on youtube and it was liked by 0 viewers. Enjoy your viewing!