How to debug Typescript in browser

落葉瀟瀟雨發表於2015-09-02

How to debug typescript,

 

In Chrome, we need to press F12, open settings, uncheck the Enable JavaScript source maps

 

In IE, we can debug directly,

 

In Firefox, I haven't try. 

 

Good Luck! 

相關文章