2

i use typescript 0.8.3.1 in an mvc4 project in VS2012.

I can set breakpoints in the ts file but when i debug in internet explorer VS says

 The breakpoint will not be currently hit. No symobls are loaded for this document.

Also refreshing the page does not solve it.

Jude Fisher
  • 11,138
  • 7
  • 48
  • 91
daniel
  • 34,281
  • 39
  • 104
  • 158
  • Try http://stackoverflow.com/questions/2155930/fixing-the-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-fo – kostas ch. Jun 06 '13 at 11:34
  • this is more a typescript thing. The breakpoints in the generated js files are hit but not in the ts file. – daniel Jun 06 '13 at 11:39

1 Answers1

2

Solution: enable "generate Sourcemap" in options-> web essentials -> typescript

daniel
  • 34,281
  • 39
  • 104
  • 158