Reputation: 7552
I've got a typescript game and source maps are successfully loaded in chrome and the typescript file breakpoints get hit in chrome.
However breakpoints in VS2012 fail to get hit when debugging from VS 2012.
Any ideas what to do to get this working?
Upvotes: 5
Views: 765
Reputation: 22298
It only works in IE 9 and IE 10 from Visual Studio. If you use the sourcemaps, you can get debug in the Chrome Canary browser.
Upvotes: 3