0

I am working on an Angular 4.X project and using Visual Studio 2015 Update 3 as IDE. So far I am able to debug my Typescript code in the browser (mostly Google Chrome) but I want to know if there is a way out using which I can put breakpoints and debug the Typescript right from the Visual Studio itself. Any help will be appreciated.

Amit Anand
  • 957
  • 1
  • 16
  • 25
  • Just VS2017 supports this feature, if you have to use VS2015, you would think about using other workaround: https://stackoverflow.com/questions/12711826/debugging-typescript-code-with-visual-studio – Jack Zhai Sep 13 '17 at 06:26
  • Could you get useful information? If you have any debugging issues, please feel free to share it here. – Jack Zhai Sep 25 '17 at 11:15

1 Answers1

0

This feature is supported only in Visual Studio 2017 you can see how to enable ithere

Titian Cernicova-Dragomir
  • 230,986
  • 31
  • 415
  • 357