Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 691
Nikos Avatar asked Oct 05 '22 10:10

Nikos


2 Answers

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.

like image 171
John Papa Avatar answered Oct 10 '22 17:10

John Papa


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

like image 29
Nikos Avatar answered Oct 10 '22 18:10

Nikos