Debugging TypeScript files outside wwwroot

后端 未结 5 833
走了就别回头了
走了就别回头了 2020-12-31 09:40

How should I debug TypeScript files in ASP.NET 5? Suppose solution layout as on the following picture. Notice .ts Scripts are outside wwwroot folder and compiled .js file is

5条回答
  •  无人及你
    2020-12-31 10:05

    I'm using Visual studio 2015 RC and debugging for scripts outside of wwwroot folder works by default if I set internet explorer as the debug browser in visual studio.

    This also gives you the opportunity to have breakpoints directly in the visual studio IDE.

提交回复
热议问题