Nikos
Nikos

Reputation: 7552

Typescript breakpoints in VS2012 fail to get hit when debugging with Chrome

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

Answers (2)

John Papa
John Papa

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

Nikos
Nikos

Reputation: 7552

Use IE 10+ instead! thats all I can get to work right now

Upvotes: 1

Related Questions